x<-seq(0,2*pi,by=0.01)
y<-cos(x)
plot(x,y,type='l')

On 25-09-2013 13:22, Babak Bastan wrote:
Hi experts

Can some one tell me, how can I implement Cosine window in r? Is there a
function for that?

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.


______________________________________________
R-help@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.

Reply via email to