Plot a Variable of a Data Frame
plot_variable(hydraulicData, variableName = names(hydraulicData)[[2]], type = .defaultPlotParameter("type", variableName), col = .defaultPlotParameter("col", variableName), ylab = .defaultPlotParameter("ylab", variableName), pch = .defaultPlotParameter("pch", variableName), xlim = NULL, ylim = NULL, add = FALSE, plot.grid = TRUE, innerMargins = c(0, 0, 0, 0), absolute = FALSE, reverse.ylim = FALSE, add.time.axis = TRUE, time.axis.in.margins = FALSE, ...)
hydraulicData | data frame with at least two columns. First column is expected to contain the timestamps |
---|---|
variableName | default: name of second column |
type | plot type, passed to |
col | colour, passed to |
ylab | y label, passed to |
pch | plot character, passed to |
xlim | x limits, passed to |
ylim | y limits, passed to |
add | if |
plot.grid | if |
innerMargins | margins (bottom, left, top, right) within the plot area |
absolute | if |
reverse.ylim | if |
add.time.axis | if |
time.axis.in.margins | if |
… | additional arguments passed to |