Learn R Programming

cwm (version 0.0.3)

plot.cwrObj: S3 generic method for CWR objects

Description

Generic S3 plot method for CWR objects. It only works when data dimension is R2.

Usage

"plot"(x, ...)

Arguments

x
CWR object to plot
...
Optional argument passed to plot method. Use of dots implemented yet.

Value

No value is returned.

Details

Only if data dimension lies in R2 it works.

References

Murphy

See Also

cwrEm

Examples

Run this code
## Not run: 
# data(geyser, package="MASS")
# x=geyser[,1]
# y=geyser[,2]                            
# ciao=cwrEm(x,y,nc=2)
# plot(ciao)
# ## End(Not run)

Run the code above in your browser using DataLab