Re: [R] convert list into a time series

2013-02-15 Thread arun
- Original Message - From: twynne To: r-help@r-project.org Cc: Sent: Friday, February 15, 2013 2:14 PM Subject: [R] convert list into a time series I am trying to use the SeasonalMannKendall function in the Kendall package. My dataset (alb_data) is in the same format as the example dataset (

[R] convert list into a time series

2013-02-15 Thread twynne
I am trying to use the SeasonalMannKendall function in the Kendall package. My dataset (alb_data) is in the same format as the example dataset (manaus) in the package. > class(manaus) [1] "ts" > is.ts(manaus) [1] TRUE > typeof(manaus) [1] "double" > alb_data=read.table("R:/albemarle_manken.tx