findHensonInflection: Find inflections in temperature time series

Description Usage Arguments Details Value Author(s)

View source: R/climateInflection.R

Description

Inflection based on change exceding noise

Usage

1
2
findHensonInflection(TsData, option = 2, sdDate = 1980, nSD = 2,
  sdThreshold = 1, lowerBound = 1950, upperBound = 2010, verbose = T)

Arguments

TsData

dataframe?

option

1 or 2 for methods to calculate the cumulative gradient

sdDate

end data for calculating the SD

nSD

nuber of SD that cumulative gradient must excede the mean

sdThreshold

distance, in SD, that cumulative gradient must excede the mean

lowerBound

year to begin looking for inflection point

upperBound

max year to use at inflection point

verbose

logical

Details

See Examples.

Value

a data.frame

Author(s)

Alex Pigot <alex.pigot1@gmail.com>, Cory Merow


ChrisTrisos/githubforalex documentation built on May 28, 2019, 12:17 p.m.