Error in drawing
Your code is not reproducible. Where is the lidar data coming from? Michael On Wed, Nov 9, 2011 at 2:29 PM, Gyanendra Pokharel
<gyanendra.pokharel at gmail.com> wrote:
?I have got following error in drawing wavelet fitting. can some one help?
library(faraway) data(lidar) newlidar<-lidar[c(1:128),] library(wavethresh) wds <- wd(newlidar$logratio) draw(wds)
Error in plot.default(x = x, y = zwr, main = main, sub = sub, xlab = xlab, : ?formal argument "type" matched by multiple actual arguments ? ? ? ?[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.