Normalize PhenoCam data between 0-1 to to standardize further processing using quantile probability values implicitly addressing outliers

normalize_ts(df, prob = c(0.1, 0.9))

Arguments

df

a PhenoCam Gcc time series

prob

probability values (0-1) as vector to denote min and max values in normalizing

Value

A normalized PhenoCam time series.