graph.growthmodel.spp: Use output of growth.flexbin to graph observed growth and...

Description Usage Arguments

Description

Use output of growth.flexbin to graph observed growth and predictions. With conf > 0, random draws from posterior parameters are used to make predictions and overlay with gray lines, and mean predicted value at each x is calculated.

The option whichpred determines whether to graph the fitted values based on the median parameters of the Gibbs sampler, or the mean fitted value of all the steps in the Gibbs sampler.

Usage

1
2
3
4
5
graph.growthmodel.spp(fit, jiggle = 0.001, whichpred = "pred",
  xrange = NULL, yrange = NULL, xtitle = NULL, ytitle = NULL,
  includeaxs = TRUE, withSD = "red", regclr = "green",
  modelclr = "blue", modellwd = 1, graphdiv = 10, add = FALSE,
  addpts = TRUE, maintitle = NULL, conf = 0)

Arguments

fit

A fitted model.

add

Logical. Whether to add elements such as points or line to an existing graph. if TRUE, there must be an appropriate existing graph, otherwise, a new graph is drawn.

export

File format to export to.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.