Message-ID: <CAAmySGNEh-=YzpP3NsQtQFctnCmpo9DAyJc_o+T85Ps5uoV4wQ@mail.gmail.com>
Date: 2011-11-10T01:50:13Z
From: R. Michael Weylandt
Subject: Error in drawing
In-Reply-To: <CAK=huh6dB5JoH5pqupMiRAGGnK_Cn13dqsM6En15o4_5zTW1Eg@mail.gmail.com>
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.
>