Description Usage Arguments Details
View source: R/NormalizeTimeSeries.R
This function will normalize multiple time series and produce the quadplot. Your data need three columns: year, index, time series name.
1 | GetNorm(X, Y, Name)
|
X |
time as year, year-month or year-month-day |
Y |
value to plot over time |
Name |
title of plot |
Example command: QuadPlot(MyData$year, MyData$index, MyData$timeseries) file made: 2018-10-23
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.