kg_uur | R Documentation |
Uses output of binconf.uur and obtains kg per hour while also plotting a graph using Monte Carlo
kg_uur( x = tt, propvar = "prop", fuelprop = 0.65, nnn = c(200, 14), mcspecfn = "~/tmp/MC_estimation_kg_coal_hod_MC_vars", mcspecfn.add = NULL, mcsimfn = "~/tmp/MC_estimation_kg_coal_hod", mcsimfn.add = NULL, yl = 1000 )
x |
Data frame such as the tt data frame generated in binconf.uur |
propvar |
Character vector. Name of the proportion column |
fuelprop |
Numeric. The fuel proportion |
nnn |
Numeric vector. The number of timesteps for use in monte carlo simulation |
mcspecfn |
Character Vector. Filename for MC simulation of specific variables |
mcspecfn.add |
Character vector. Additional extention to filename mcspecfn |
mcsimfn |
Character Vector. Filename for MC simulation of coal burned per hour of day |
mcsimfn.add |
Character vector. Additional extention to filename mcsimfn |
yl |
Numeric. Y axis limit |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.