continuousAssessmentSummary: Print USGS Continuous Assessment Summary

Description Usage Arguments Value Note Author(s) Examples

Description

Returns a matrix table of the accumulation mean and fractiles typically published in USGS Factsheets.

Usage

1

Arguments

dataList

The list returned from continuousAssessment

Value

Printed table in the console

Note

Edited by CDMartinez 1 Nov 15

Author(s)

Created by CDMartinez 1 Nov 15

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
OGasmt <- continuousAssessment(auMC = 50000,
auType = 'Oil',
auProbability = 1,
auAreaProductive = c(2800000,3100000,3400000),
auAreaDrainage = c(320,400,600),
auPercAreaUntested = c(80,87,91),
auPercAreaSweet = c(24,29,70),
auPercFutureSS = c(98,99,100),
auEURss = c(0.225,0.25,0.325),
auPercFutureNS = c(80,90,95),
auEURns = c(0.075,0.15,0.25),
auGOR = c(500,1000,1500),
auNGLGR = c(35,85,115),
year = 2013)
round(continuousAssessmentSummary(OGasmt$risked))

madorning/energySim0.1.0 documentation built on May 22, 2019, 2:23 p.m.