Description Usage Arguments Value
View source: R/createRegressionPlot.R
Plot data as a time series and scatter plot comparing a variable from two instruments or processing level.
1 | createRegressionPlot(varData_units, tickBreaks = NA, dateLabelFormat = NA)
|
varData_units |
list obtained using getLUMARegressionData(). see ?getLUMARegressionData |
tickBreaks |
How often ticks should appear on time series plots. e.g. 6 hours. See https://www.rdocumentation.org/packages/ggplot2/versions/1.0.0/topics/scale_x_datetime date_breaks for valid options. |
dateLabelFormat |
The format of date labels on time series plot e.g. with Hour and Minute separated by : . See date_labels in link above for valid options. |
a scatter plot and time series of the variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.