contour.edcc: Contour plot of an "edcc" class object

Description Usage Arguments Details Value See Also Examples

View source: R/ecoDesign.R

Description

contour plot of an "edcc" class object

Usage

1
2
  ## S3 method for class 'edcc'
 contour(x, call.print = TRUE, ...)

Arguments

x

an object of "edcc" class

call.print

a logical value indicating whether the the R command should be printed on the contour plot. Default is TRUE

...

arguments to be passed to contour plot, see contour for details

Details

S3 method of contour plot for "edcc" class object

Value

a contour plot

See Also

ecoXbar, ecoCusum, ecoEwma, update.edcc, contour

Examples

1
2
3
x <- ecoXbar(h=seq(0.7,0.9,by=.01),L=seq(2.8,3.3,by=.01),n=4:6,P0=110,
P1=10,nlevels=50,contour.plot=TRUE)
contour(x,nlevels=20,lty=2,col=2,call.print=FALSE)

edcc documentation built on May 2, 2019, 1:40 p.m.

Related to contour.edcc in edcc...