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
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html