Description Usage Arguments Value Author(s) Source References Examples
CreateReferenceSeriesFromFilesMean creates a reference 
series from two or more series, using averages.
1 2  | CreateReferenceSeriesFromFilesMean(vFiles,commonPeriod=NA,refSeriesFile=NA,
wholePeriod=FALSE,deviationsFlag=FALSE)
 | 
vFiles | 
 vector with the file names of the time series  | 
commonPeriod | 
 user defined common period for the resulting reference series, by default the common period to all series  | 
refSeriesFile | 
 reference series file name  | 
wholePeriod | 
 logical, common period=TRUE  | 
deviationsFlag | 
 logical, raw data=TRUE, deviations=FALSE  | 
reference series or none (if the user chose a reference series file name).
Jose Gama
Stepanek, P. 2008 AnClim - software for time series analysis Dept. of Geography, Fac. of Natural Sciences http://www.climahom.eu/AnClim.html
Stepanek, P. 2008 AnClim - software for time series analysis Dept. of Geography, Fac. of Natural Sciences http://www.climahom.eu/AnClim.html
1 2 3 4  | # c_As00_o.txt, c_Hori2.txt and c_Kada2.txt are from AnClim freeware distribution
setwd(system.file('extdata/', package='climtrends'))
vFiles=c('c_As00_o.txt','c_Hori2.txt','c_Kada2.txt')
refSeries=CreateReferenceSeriesFromFilesMean(vFiles)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.