plotLogNormalDistribution: Plot Log-normal Distribution

Description Usage Arguments Details Value Note Author(s) Examples

Description

Plots a density histogram of random sample with specified log-normal distribution overlaid.

Usage

1
plotLogNormalDistribution(plotName, plotVarSample, plotVarParams, bins)

Arguments

plotName

Name of data being plotted (e.g. 'Drainage Area')

plotVarSample

Sampled data vector

plotVarParams

Log-normal distribution parameters c(min,mode,max)

bins

Number of bins to use for distribution

Details

Sample distribution bin = 1000 by default

Value

Plot in default viewer

Note

Edited by CDMartinez 30 Nov 15

Author(s)

Created by CDMartinez 30 Nov 15

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
OGasmt = continuousAssessment(auMC = 50000,
auType = 'Gas',
auProbability = 1,
auAreaProductive = c(100,1000,1000000),
auAreaDrainage = c(10,20,40),
auPercAreaUntested = c(93,96,99),
auPercAreaSweet = c(100,100,100),
auPercFutureSS = c(80,92,94),
auEURss = c(0.15,0.4,0.65),
auLGR = c(.08,.5,1),
year = 2016)

plotLogNormalDistribution('Average EUR',OGasmt$risked$EURsweet, c(0.15,0.4,0.65),100)

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