[R] help on list
tom wright
tom at maladmin.com
Wed Nov 23 18:03:27 CET 2005
the dwt function returns an object with 'slots'
dwt$d1
dwt$d2
...
which contain the partial wave coefficients
and dwt$s1 which contains the leftover factors
Please excuse my terminology here, I know what I'm talking about..
On Wed, 2005-23-11 at 16:11 +0100, both jean-pierre wrote:
> Hi,
> New to R,
>
> having done a wavelet analysis i got a result as list.
> The problem I have is : how can I acces to a given element of the list.
>
> here is what I get from my variable scale_d28
>
> >typeof(scale_d28)
> [1] "list"
> > length(scale_d28)
> [1] 1
>
> and scale_d28 is a list of 100000 double values?
>
> Thanks
>
>
>
More information about the R-help
mailing list