Usage
plotConcTimeDaily(eList, startYear = NA, endYear = NA, tinyPlot = FALSE,
concMax = NA, printTitle = TRUE, cex = 0.8, cex.axis = 1.1,
cex.main = 1.1, customPar = FALSE, col = "black", lwd = 1,
prettyDate = TRUE, ...)
Arguments
eList
named list with at least the Daily, Sample, and INFO dataframes
startYear
numeric specifying the starting date (expressed as decimal years, for example 1989.0) for the plot
endYear
numeric specifiying the ending date for the plot
tinyPlot
logical variable, if TRUE plot is designed to be short and wide, default is FALSE.
concMax
number specifying the maximum value to be used on the vertical axis, default is NA (which allows it to be set automatically by the data)
printTitle
logical variable if TRUE title is printed, if FALSE title is not printed (this is best for a multi-plot figure)
cex
numerical value giving the amount by which plotting symbols should be magnified
cex.axis
magnification to be used for axis annotation relative to the current setting of cex
cex.main
magnification to be used for main titles relative to the current setting of cex
customPar
logical defaults to FALSE. If TRUE, par() should be set by user before calling this function
(for example, adjusting margins with par(mar=c(5,5,5,5))). If customPar FALSE, EGRET chooses the best margins depending on tinyPlot.
col
color of points on plot, see ?par 'Color Specification'
prettyDate
logical use 'pretty' limits for date axis if TRUE, or force the startYear/endYear as limits if FALSE
...
arbitrary functions sent to the generic plotting function. See ?par for details on possible parameters