elbowPoint: Elbow (or Knee) Point Detection Function #' This is adapted...

Description Usage Arguments Value Examples

View source: R/elbowPoint.R

Description

This function detects the change point of a curve with an elbow (or knee) shape

Usage

1
elbowPoint(x, y)

Arguments

x

Date range in julian date, origin = '2019-12-31'

y

Rate of change, k in y = Ae^(kx)

Value

Date of elbow changepoint in Julian and Date format

Examples

1
elbowPoint(x, y)

agroimpacts/covid19interventions documentation built on May 6, 2020, 12:35 a.m.