rainseries <- ts(rain,start=c(1982))
#plotting time series. plot.ts(rainseries) Error in xy.coords(x, NULL, log = log, setLab = FALSE) : 'list' object cannot be coerced to type 'double'
How does 'rain' looks like ?? You need to provide a valid reproducible example of your data to get better help.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.