get_name {shinySIR} | R Documentation |
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
get_name(model = "SIR")
[Package shinySIR version 0.1.2 Index]