find.outliers: Automatically identify outliers in dendrometer band time...

View source: R/DENDRO_PLOT_FUNCTIONS.R

find.outliersR Documentation

Automatically identify outliers in dendrometer band time series

Description

Identifies outliers that are beyond the determined standard deviation of the residuals. Assumes residuals are from a fit model.

Usage

find.outliers(ts.data, sd.lim = 3)

Arguments

ts.data

A dataframe of a time series of a single tree in a year. Must have column variables DBH_TRUE (numeric) and DOY (integer), as well as other designations.

params

dataframe vector

day

integer vector

par.names

A character vector of the column names of the params vector argument. This is used to pull out actual parameters from other information.


seanmcm/RDendrom documentation built on March 2, 2024, 3:53 p.m.