View source: R/plot_hist_arm.R
plot_hist_arm | R Documentation |
Generate a histogram of pin readings by arm position
plot_hist_arm(data, columns = 4, scales = "free_y")
data |
a data frame with one row per pin reading, and the following columns, named exactly: set_id, arm_position, pin_height |
columns |
number of columns you'd like in the faceted plot |
scales |
passed to 'facet_wrap' - fixed or free? |
a ggplot object
plot_hist_arm(example_sets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.