powered by
The function places error bars on crossvalidation plots
bars(x, up, low, width = 0.03, ...)
a vector
This function is internal and used by cross validation routines.
# NOT RUN { x=rnorm(5) up=rep(1,5) low=rep(1,5) plot(x) bars(x,up,low) # }
Run the code above in your browser using DataLab