"plotXYCurve"(x, y, col=1L, lwd=2, dlwd=1, dcol=NA, xlim=NULL, ylim=xlim, xlab=NULL, ylab=NULL, curveFit=smooth.spline, ..., add=FALSE)
"plotXYCurve"(X, Y, col=seq(length = nrow(X)), lwd=2, dlwd=1, dcol=NA, xlim=NULL, ylim=xlim, xlab=NULL, ylab=NULL, curveFit=smooth.spline, ..., add=FALSE)
vector
of K curve-specific values.vector
of K curve-specific values.lines
used to draw each curve.TRUE
, the graph is added to the current plot, otherwise
a new plot is created.