tsp(Nile) # an annual time series
mannKen(Nile)
y <- sfbayChla
y1 <- tsSub(y, seas = c(1:7, 9:11)) # Aug and Dec often missing
y2 <- aggregate(y1, 1, mean, na.rm=FALSE)
mannKen(y)
mannKen(y, plot=TRUE)
mannKen(y, plot=TRUE, type='pct')
mannKen(y, plot=TRUE, type='tau', order=TRUE)Run the code above in your browser using DataLab