bfastOpt: bfastOpt

Description Usage Arguments Value Author(s)

Description

Some test description

Usage

1
2
3
4
5
bfastOpt(x, cells, start, shp, nIter = 10, lmin = 0.001, lmax = 0.05,
  hmin = 0.25, hmax = 1, mTmin = -1000, mtMax = 1000, mPmin = 0.5,
  mPmax = 2, monend = NULL, adjust = 1, verbose = FALSE,
  formula = response ~ harmon, mc.cores = 1, order = 1,
  returnBFM = FALSE, ...)

Arguments

x

Numeric. Time series vector

start

Numeric. Start of monitoring period. See bfastmonitor

monend

Numeric. Optional: end of the monitoring period. See bfmSpatial

adjust

Numeric. Delete all observations within this many years preceding a breakpoint, if that breakpoint has a magnitude less than magnThresh

verbose

Logical. Display error messages (if any)?

formula

See bfastmonitor

order

See bfastmonitor

returnBFM

Logical. Return a regular bfastmonitor object?

...

Arguments to pass to bfastmonitor

dates

Time (date) index of x

mT

Numeric. Threshold for breakpoints. All breakpoints with magnitude < magnThresh are ignored, all data adjust years preceding this breakpoint are deleted, and monitoring continues with a revised history period.

mP

Numeric. Period of time (in years) from which to compute magnitude (as median of residuals)

Value

... Test

Author(s)

E. van Schaik


erikvschaik/bfastOpt documentation built on May 16, 2019, 8:43 a.m.