print.epiparameter | R Documentation |
<epiparameter>
classPrint method for <epiparameter>
class
## S3 method for class 'epiparameter'
print(x, ...)
x |
An |
... |
dots Extra arguments to be passed to the method. |
Invisibly returns an <epiparameter>
. Called for side-effects.
epiparameter <- epiparameter(
disease = "ebola",
epi_name = "incubation_period",
prob_distribution = create_prob_distribution(
prob_distribution = "gamma",
prob_distribution_params = c(shape = 1, scale = 1)
)
)
epiparameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.