R/plot.cv.vda.r.R

Defines functions plot.cv.vda.r

Documented in plot.cv.vda.r

plot.cv.vda.r <- function(x, ...)
{
 plot.args<-list(x$lam.vec,x$mean.error,xlab="log(Lambda)",ylab="CV Error")
  
  do.call("plot", plot.args) 
  do.call("lines", plot.args)
}

Try the VDA package in your browser

Any scripts or data that you put into this service are public.

VDA documentation built on May 29, 2017, 6:32 p.m.