[R] doubt on periodogram
Ben Bolker
bolker at ufl.edu
Mon Feb 20 20:13:43 CET 2006
Pradeep Gunda <pradeep.gunda <at> gmail.com> writes:
>
> hi all,
>
> I am using the periodogram function provided by the "GeneTS" library
> in R.
> > myts <- ts(c(1,2,3,40,3,2,5,40,2,3,1,40), frequency=1);
> > myper <- periodogram(myts);
> > myper
>
>
something like
myper$spec <- myper$spec[myper$spec<4]
Please take some time to sit down and read "An Introduction to R",
which came with your copy of R -- pages 11 and 12 will be especially
helpful. If you find it too technical, try one of the many books
or contributed pieces of documentation listed on the main R web
site.
cheers
Ben Bolker
More information about the R-help
mailing list