plot.weave: Plot method for weave class

Description Usage Arguments Examples

Description

plot.weave is the plot method for weave class.

Usage

1
2
3
## S3 method for class 'weave'
plot(x, indSet = NULL, legPar = list(cex = 0.6, ncol = 3),
  graPar = list(), mainPar = list(), ltySet = NULL, colSet = NULL, ...)

Arguments

x

A weave object.

indSet

A vector of integers indicating which weaves are plotted.

legPar

A list of legend parameters.

graPar

A list of global graphics parameters.

mainPar

A list of background (including main title) parameters.

colSet, ltySet

Vectors of numerics or characters specifying col types or line types.

...

ignored

Examples

1
2
3
4
data(GCwPADataA)
testset = samVec(GCwPADataA, selCol = list(1:5, 11:15, 21:25), labels = c("E", "R", "T"))
m1 = medWV(SVobj = testset, degree = 6)
plot(m1, legPar = list(cex = 1, ncol = 1), mainPar = list(main = "Example"))

ziyanyin/DEEE documentation built on May 4, 2019, 11:23 p.m.