plot_raw_pin | R Documentation |
Plot raw pin readings for a single SET, faceted by arm position
plot_raw_pin(data, set, columns = 2, pointsize = 2, scales = "fixed")
data |
a data frame with one row per pin reading, and the following columns, named exactly: date, set_id, arm_position, pin_number, pin_height |
set |
character string for the SET you wish to examine |
columns |
number of columns to include in faceted graph |
pointsize |
size of points; passed to 'geom_point()' |
scales |
passed to 'facet_wrap'; same fixed/free options as that function |
a ggplot object
plot_raw_pin(example_sets, "SET1")
plot_raw_pin(example_sets, "SET1", columns = 1, pointsize = 4)
plot_raw_pin(example_sets, "SET1", scales = "free_y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.