Learn R Programming

mclcar (version 0.2-0)

plot.rsmMCL: Plot the fitted response surfaces

Description

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

Usage

# S3 method for 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.

See Also

rsmMCL, summary.rsmMCL

Examples

Run this code
# NOT RUN {
## See examples for rsmMCL
# }

Run the code above in your browser using DataLab