-
Notifications
You must be signed in to change notification settings - Fork 13
Radial bar plots
Cory Whitney edited this page Nov 12, 2019
·
1 revision
Plots of high dimensional data can sometimes be easier to read with compressed x-axis. We use polar coordinates to compress the x-axis to a point and created a function to compute the standard error of the mean to represent some of the uncertainty in the data using the sqrt
and length
functions in base R and the var
from the stats
library.
More on making polar barplots from this blog.