plot: Plot RSGHB Model Object Components

Description Usage Arguments Details Author(s) See Also Examples

Description

This function plots various components of an RSGHB model object.

Usage

1
2
## S3 method for class 'RSGHB'
plot(x, ...)

Arguments

x

An RSGHB model object.

...

Additional arguments passed to methods. See Details.

Details

A type argument can be passed to control which component is plotted. If type is "A", then the population means of the underlying normal distributions are plotted. If type is "F", then the fixed parameters are plotted. If type is "Log" (the default), then the model statistics at every gINFOSKIPth iteration are plotted.

An error is returned if the type component is not found in x.

Author(s)

Jeff Keller <jeff.keller@rsginc.com>, Jeffrey Dumont <jeff.dumont@rsginc.com>

See Also

doHB

Examples

1
2
3
# plot(model, type = "A")
# plot(model, type = "F")
# plot(model, type = "Log")

RSGHB documentation built on July 4, 2019, 1:02 a.m.