listHomogTZ: Useful info from an homogenization test

Description Usage Arguments Value Author(s) Examples

Description

ListHomogTZ calculates the SNHT or other method of homogenization and returns useful info on the screen, such as the year of change, To value, adjust value and more.

Usage

1
2
ListHomogTZ(dataYearSeries=NA,refYearSeries=NA,diffFlag=TRUE,
homogenization=SNHTabsolute, testName='')

Arguments

dataYearSeries

dataframe with climate data

refYearSeries

dataframe with climate data (reference)

diffFlag

logical TRUE=difference, FALSE=ratio

homogenization

homogenization test

testName

optional title for the report

Value

none.

Author(s)

Jose Gama

Examples

1
2
3
4
# xgdcnCA008201000.dat is from ECA COLLEGEVILLE temperature
setwd(system.file('extdata/', package='climtrends'))
dailyCollegeville <- ReadGHCNymd('xgdcnCA008201000.dat')
x <- ListHomogTZ(dailyCollegeville)

climtrends documentation built on May 29, 2017, 11:58 p.m.