plot_raw_pin: Plot raw pin readings for a single SET, faceted by arm...

View source: R/plot_raw_pin.R

plot_raw_pinR Documentation

Plot raw pin readings for a single SET, faceted by arm position

Description

Plot raw pin readings for a single SET, faceted by arm position

Usage

plot_raw_pin(data, set, columns = 2, pointsize = 2, scales = "fixed")

Arguments

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

Value

a ggplot object

Examples

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")

swmpkim/SETr documentation built on May 6, 2024, 11:15 p.m.