[R] Error in drawing
R. Michael Weylandt
michael.weylandt at gmail.com
Thu Nov 10 02:50:13 CET 2011
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.
>
More information about the R-help
mailing list