plot.cwrObj: S3 generic method for CWR objects

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

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

Usage

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

Arguments

x

CWR object to plot

...

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

Details

Only if data dimension lies in R2 it works.

Value

No value is returned.

Note

S3 method.

Author(s)

Giorgio Spedicato

References

Murphy

See Also

cwrEm

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(geyser, package="MASS")
x=geyser[,1]
y=geyser[,2]                            
ciao=cwrEm(x,y,nc=2)
plot(ciao)

## End(Not run)

cwm documentation built on May 1, 2019, 9:19 p.m.