- eList
named list with at least the Sample and INFO dataframes
- fluxUnit
number representing entry in pre-defined fluxUnit class array. printFluxUnitCheatSheet
- fluxMax
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 not printed (this is best for a multi-plot figure)
- oneToOneLine
inserts 1:1 line
- 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'
- lwd
number line width
- 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
- tinyPlot
logical variable if TRUE plot is designed to be small, if FALSE it is designed for page size, default is FALSE (not fully implemented yet)
- usgsStyle
logical option to use USGS style guidelines. Setting this option
to TRUE does NOT guarantee USGS compliance. It will only change automatically
generated labels.
- logScale
logical if TRUE x and y plotted in log axis
- randomCensored
logical. Show censored values as randomized.
- ...
arbitrary graphical parameters that will be passed to genericEGRETDotPlot function (see ?par for options)