CreateOutputPlots {hivModelling}R Documentation

CreateOutputPlots

Description

Creates output plots

Usage

CreateOutputPlots(mainResults, bsResultsList = NULL)

Arguments

mainResults

Output of function PerformMainFit. Required.

bsResultsList

Output of function PerformBootstrapFits. Optional.

Value

list of ggplot2 objects

Examples

## Not run: 
CreateOutputPlots(mainResults, bsResultsList)

## End(Not run)


[Package hivModelling version 0.9.13 Index]