Description Usage Arguments Value Author(s) Examples
ListHomogStats applies an homogenization method and returns 
a list with the years of a probable shift and other useful results.
Equivalent to the "Homogenization Overview" in AnClim.
| 1 2 3 | ListHomogStats(dataYearSeries=NA,refYearSeries=NA,diffFlag=TRUE,
homogenization=SNHTabsolute,levelSignificance=c(99,95),
criticalValues=climtrends::SNHT.Critical.Values,userDefSymbol='<',nYears=20)
 | 
| dataYearSeries | dataframe with climate data | 
| refYearSeries | dataframe with climate data (reference) | 
| diffFlag | logical TRUE=difference, FALSE=ratio | 
| homogenization | homogenization test | 
| levelSignificance | level of significance | 
| criticalValues | critical values for the homogenization test | 
| userDefSymbol | symbol used to represent the level of significance | 
| nYears | window of years to adjust | 
none.
Jose Gama
| 1 2 3 4 | # xgdcnCA008201000.dat is from ECA COLLEGEVILLE temperature
setwd(system.file('extdata/', package='climtrends'))
dailyCollegeville <- ReadGHCNymd('xgdcnCA008201000.dat')
ListHomogStats(dailyCollegeville)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.