Learn R Programming

shinySIR (version 0.1.2)

get_params: 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

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

# }

Run the code above in your browser using DataLab