tolatexGraphs.uncertainties: LaTeX code for displaying model uncertainties graphs

Description Usage Arguments Details Examples

Description

Create LaTeX code for displaying model uncertainties graphs

Usage

1
2
tolatexGraphs.uncertainties(rriskModel,LatexReport=FALSE,
   file.name,pdfGraph=FALSE)

Arguments

rriskModel

an instance of the modelClass

LatexReport

whether a LaTeX report should be created

file.name

file that saves the tex codes to import the unvertainties graphics

pdfGraph

whether the pdf graphics should be created

Details

This function is not intended to be called directly but is internally called during rrisk session.

Examples

1
2
3
rriskModel<-init.Model1()
tolatexGraphs.uncertainties(rriskModel=rriskModel,
LatexReport=TRUE,file.name="uncertainties.tex")  

BfRstats/rrisk documentation built on May 5, 2019, 3:49 p.m.