createRegressionPlot: Plot data as a time series and scatter plot comparing a...

Description Usage Arguments Value

View source: R/createRegressionPlot.R

Description

Plot data as a time series and scatter plot comparing a variable from two instruments or processing level.

Usage

1
createRegressionPlot(varData_units, tickBreaks = NA, dateLabelFormat = NA)

Arguments

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.

Value

a scatter plot and time series of the variable.


kitbenjamin/analysisToolsLUMA documentation built on June 10, 2021, 8:53 a.m.