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))
a PhenoCam Gcc time series
probability values (0-1) as vector to denote min and max values in normalizing
A normalized PhenoCam time series.