Learn R Programming

edcc (version 1.0-0)

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

Description

contour plot of an "edcc" class object

Usage

"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

Value

a contour plot

Details

S3 method of contour plot for "edcc" class object

See Also

ecoXbar, ecoCusum, ecoEwma, update.edcc, contour

Examples

Run this code
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)

Run the code above in your browser using DataLab