plotFluxHistBoot: plotFluxHistBoot

Description Usage Arguments Examples

Description

plotFluxHistBoot

Usage

1
2
3
plotFluxHistBoot(eList, CIAnnualResults, yearStart = NA, yearEnd = NA,
  plotFlowNorm = TRUE, fluxUnit = 9, fluxMax = NA, col.pred = "green",
  printTitle = TRUE, cex.main = 1.1, ...)

Arguments

eList

named list

CIAnnualResults

data frame from ciBands (needs nBoot, probs, and blockLength attributes)

yearStart

numeric is the calendar year containing the first estimated annual value to be plotted, default is NA (which allows it to be set automatically by the data)

yearEnd

numeric is the calendar year just after the last estimated annual value to be plotted, default is NA (which allows it to be set automatically by the data)

plotFlowNorm

logical variable if TRUE flow normalized line is plotted, if FALSE not plotted

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)

col.pred

character prediction color

printTitle

logical

cex.main

numeric title scale

...

graphical parameters

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(EGRET)
eList <- Choptank_eList
CIAnnualResults <- Choptank_CIAnnualResults
plotFluxHistBoot(eList, CIAnnualResults, fluxUnit=5)

## Not run: 
CIAnnualResults <- ciCalculations(eList, nBoot = 100, blockLength = 200)
plotFluxHistBoot(eList, CIAnnualResults, fluxUnit=5)

## End(Not run)

fawda123/EGRETci documentation built on May 16, 2019, 10:57 a.m.