plot.rsmMCL: Plot the fitted response surfaces

Description Usage Arguments Author(s) See Also Examples

View source: R/plot.rsmMCL.R

Description

This function plot the fitted response surfaces by using the result from rsmMCL.

Usage

1
2
## S3 method for class 'rsmMCL'
plot(x, family, trace.all = TRUE, plain=TRUE, ...)

Arguments

x

an rsmMCL object retruned by rsmMCL.

family

a character takes value in "guass", "binom" and "poisson".

trace.all

an logic value tells whether the input object given by rsmMCL contains results from all iterations or not.

plain

an logic value indicates whether to show plots in separate devices with a smart display. Use the defalut value TRUE if the function is used in generating documents by using knitr.

...

For extra arguments. The Lattice parameter layout can be used to control the layout of the graphs.

Author(s)

Zhe Sha zhesha1006@gmail.com

See Also

rsmMCL, summary.rsmMCL

Examples

1
## See examples for rsmMCL

mclcar documentation built on Jan. 8, 2022, 5:07 p.m.