plot.rsm: Plot an object from class rsm

Description Usage Arguments Details See Also Examples

View source: R/plot.rsm.R

Description

Produces plots describing results of an object from class rsm.

Usage

1
2
## S3 method for class 'rsm'
plot(x, frame=0, ...)

Arguments

x

An object of class rsm. Result of function rsm.

frame

An integer with possible values 0, 1, or 2, depending on the kind of graphics requested (see details).

...

Arguments to be passed to the function, such as graphical parameters.

Details

See Also

rsm, summary.rsm, RAMBO

Examples

1
2
3
4
5
data(Regions)
res <- rsm(Regions$X, Regions$sub, Klist=2:4, nbredo=1, maxit=5) 
##plot(res, frame=0)
## plot(res, frame=1)
 plot(res, frame=2)

Rambo documentation built on May 2, 2019, 1:26 p.m.