plot_wt: 'plot_wt' is a wrapper for ggplot that allows the plotting of...

Description Usage Arguments Value

View source: R/data_proc.R

Description

plot_wt is a wrapper for ggplot that allows the plotting of weight metrics by hive, by site, or pooled

Usage

1
plot_wt(x, by = "site", metric, knots = 25, omit = NULL)

Arguments

x

a tibble output by data_proc

by

a string specifying whether plot should be faceted by "site", "scale", or "none"

metric

a string vector indicating which weight metrics should be plotted

knots

a real number controlling the number of knots in the GAM splines smoothing function; lower number = more smoothing

omit

a string indicating which ScaleIDs shoud be dropped prior to plotting

Value

a plot


sponslerdb/hivescaler documentation built on Dec. 7, 2019, 8:17 p.m.