powered by
Data come from named list, which contains a Sample dataframe with the sample data, and an INFO dataframe with metadata.
Although there are a lot of optional arguments to this function, most are set to a logical default.
boxConcMonth(eList, printTitle = TRUE, cex = 0.8, cex.axis = 1.1, cex.main = 1.1, las = 1, logScale = FALSE, tcl = 0.5, tinyPlot = FALSE, customPar = FALSE, showYLabels = TRUE, showXLabels = TRUE, showXAxis = TRUE, showYAxis = TRUE, ...)
named list with at least the Sample and INFO dataframes
logical variable if TRUE title is printed, if FALSE not printed (this is best for a multi-plot figure)
numerical value giving the amount by which plotting symbols should be magnified
magnification to be used for axis annotation relative to the current setting of cex
magnification to be used for main titles relative to the current setting of cex
numeric in 0,1,2,3; the style of axis labels, see ?par
logical if TRUE y plotted in log axis
number defaults to 0.5, specifies length of tick marks as fraction of height of a line of text
logical variable, if TRUE plot is designed to be plotted small as part of a multi-plot figure, default is FALSE.
logical defaults to FALSE. If TRUE, par() should be set by user before calling this function
logical defaults to TRUE. If FALSE, the y axis label is not plotted
logical defaults to TRUE. If FALSE, the x axis label is not plotted
logical defaults to TRUE. If FALSE, the x axis is not plotted
logical defaults to TRUE. If FALSE, the y axis is not plotted
arbitrary graphical parameters that will be passed to genericEGRETDotPlot function (see ?par for options)
boxplot
# NOT RUN { eList <- Choptank_eList # Water year: boxConcMonth(eList) # Graphs consisting of Jun-Aug eList <- setPA(eList, paStart=6,paLong=3) boxConcMonth(eList) # }
Run the code above in your browser using DataLab