Learn R Programming

shinySIR (version 0.1.2)

get_name: Get model display names

Description

This function gets the display name for any built-in model.

Usage

get_name(model)

Arguments

model

character specifying the name of the built-in model.

Value

character of the corresponding display name.

Examples

Run this code
# NOT RUN {
get_name(model = "SIR")
# }

Run the code above in your browser using DataLab