# NOT RUN {
##
# Equal length time-series in each of 3 years
time.data<-spT.time(t.series=365,segments=3)
# Un-equal length time-series in 5 years
time.data<-spT.time(t.series=c(366, 365, 365, 365, 366),segments=5)
##
# }
Run the code above in your browser using DataLab