parameters | R Documentation |
Create a set of parameters
parameters(...)
... |
A set of named numeric vectors, each corresponding to a parameter. If a parameter is of length > 1, each element must be named. |
a parameters
object
# create a set of scalar parameters
parameters(a = 1, b = 2)
# parameters of length > 1 may be useful for host-related parameters that
# differ between host species, for example tick feeding success
parameters(a = 1, feeding_success = c(deer = 0.49, squirrel = 0.17))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.