R/PlotOptions.R

#' PlotOptions
#'
#' A list containing options for plotting
#' 
#' @export
#' 
PlotOptions <- list(UsePeriod = FALSE, ModelEndPeriod = 120,
                    Captions = TRUE,
                    plottype = "png", plotsize = c(130,130), resolution = 100, pointsize = 5,
                    theme = "presentation",
                    colourPalette = cbPalette2,
                    thick = 2, thin = 1,
                    SexNames = c("Males", "Imm.\nfemales", "Mature\nfemales"))
NZRLIC/RLPlots documentation built on May 7, 2019, 6:05 p.m.