create_polygons: Polygon for prediction intervals

Description Usage Arguments Value See Also

View source: R/plotting_functions.R

Description

Takes upper and lower bounds as data frames and uses these to produce a polygon for that this function expects a LIST of bounds (ie. a different polygon for each index in the list), so a single polygon should come from lower[[1]] and upper[[1]]

Usage

1
create_polygons(lower, upper)

Arguments

lower

a LIST of lower bound coordinates

upper

a LIST of upper bound coordinates

Value

a set of coordinates to draw a polygon representing the given prediction intervals

See Also

plot_model_fits


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