Learn R Programming

heemod (version 0.3.0)

plot.eval_model_list: Plot Results of Markov Model

Description

Various plots for Markov models.

Usage

## S3 method for class 'eval_model_list':
plot(x, type = c("counts", "ce"), model = 1, ...)

Arguments

x
Result from run_models.
type
Type of plot, see details.
model
Name or position of model of interest.
...
Additional arguments passed to plot.

Value

  • A ggplot2 object.

Details

type = "counts" represents state memberships (corrected) by cycle, type = "ce" plots models on the cost-efficiency plane with the efficiency frontier.