tolatex.glossAbbr: LaTeX code for displaying the model's glossaries and...

Description Usage Arguments Details Examples

Description

This creates the LaTeX scripts for the nineth part in the documentation - "Glossary and abbreviations", commencing the appendix of the documentation.

Usage

1
tolatex.glossAbbr(rriskSession,rriskModel,file.name)

Arguments

rriskSession

is an instance of the rriskClass

rriskModel

is an instance of the rriskModel

file.name

is a character value that indicates the Tex file where codes to be written into

Details

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

Examples

1
2
3
4
rriskModel<-init.Model1()
rriskSession<-init.rriskSession(useDemoModels = "all")
tolatex.glossAbbr(rriskSession=rriskSession,
rriskModel=rriskModel,file.name="report.tex") 

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