get_params {shinySIR} | R Documentation |
Get default parameters
Description
This function returns the default parameter vectors for a particular built-in model.
Usage
get_params(model)
Arguments
model |
name of the model to be solved. Examples include: SIR and SIR vaccination. |
Value
list of default parameter vectors.
Examples
get_params(model = "SIR")
[Package shinySIR version 0.1.2 Index]