normalize_ts: Normalize PhenoCam time series

Description Usage Arguments Value Examples

View source: R/normalize_ts.r

Description

Normalize PhenoCam data between 0-1 to to standardize further processing, independent of the relative amplitude of the time series (works on vectors not data frames). For internal use only.

Usage

1
normalize_ts(df, percentile = 90)

Arguments

df

a PhenoCam data frame

percentile

percentile value to interprete

Value

A normalized PhenoCam time series.

Examples

1
2
# Internal function only, should not be used stand-alone.
# As such no documentation is provided.

bnasr/phenocamrCS documentation built on June 5, 2020, 3:52 a.m.