# NOT RUN {
# Load sample data as in Load() example:
example(Load)
months_between_startdates <- 60
trend <- Trend(sampleData$obs, 3, months_between_startdates)
# }
# NOT RUN {
PlotVsLTime(trend$trend, toptitle = "trend", ytitle = "K / (5 year)",
monini = 11, limits = c(-1,1), listexp = c('CMIP5 IC3'),
listobs = c('ERSST'), biglab = FALSE, hlines = 0,
fileout = 'tos_obs_trend.eps')
PlotAno(trend$detrended, NULL, startDates,
toptitle = 'detrended anomalies (along the startdates)', ytitle = 'K',
legends = 'ERSST', biglab = FALSE, fileout = 'tos_detrended_obs.eps')
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab