Learn R Programming

phenocamr (version 1.1.5)

normalize_ts: Normalize PhenoCam time series

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

normalize_ts(df, percentile = 90)

Value

A normalized PhenoCam time series.

Arguments

df

a PhenoCam data frame

percentile

percentile value to interprete

Examples

Run this code

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

Run the code above in your browser using DataLab