plot.grpWV: Plot method for grpWV class

Description Usage Arguments Examples

Description

grpWV is the plot method for grpWV class.

Usage

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

Arguments

x

A grpWV 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

...

ignored

Examples

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

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