This function will normalize multiple time series and produce the quadplot. Your data need three columns: year, index, time series name.

GetNorm(X, Y, Name)

Arguments

X

time as year, year-month or year-month-day

Y

value to plot over time

Name

title of plot

Value

Details

Example command: QuadPlot(MyData$year, MyData$index, MyData$timeseries) file made: 2018-10-23