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)
time as year, year-month or year-month-day
value to plot over time
title of plot
Example command: QuadPlot(MyData$year, MyData$index, MyData$timeseries) file made: 2018-10-23