plot_hist_arm: Generate a histogram of pin readings by arm position

View source: R/plot_hist_arm.R

plot_hist_armR Documentation

Generate a histogram of pin readings by arm position

Description

Generate a histogram of pin readings by arm position

Usage

plot_hist_arm(data, columns = 4, scales = "free_y")

Arguments

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?

Value

a ggplot object

Examples

plot_hist_arm(example_sets)

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