restrain_bounds: Restrains values in a data frame by the given bounds

Description Usage Arguments Value

View source: R/plotting_functions.R

Description

Takes a list of data frames (ie. titre data) and makes sure that all y values are between lower and upper

Usage

1
restrain_bounds(dat, lower, upper)

Arguments

dat

a data frame to be bounded (with a column y)

lower

the lower bound

upper

the upper bound

Value

the same data frame but with bounded y values


jameshay218/mcmcJH documentation built on May 18, 2019, 11:20 a.m.