print.multi_epiparameter | R Documentation |
<multi_epiparameter>
classPrint method for <multi_epiparameter>
class
## S3 method for class 'multi_epiparameter'
print(x, ..., n = NULL)
x |
A |
... |
dots Extra arguments to be passed to the method. |
n |
A |
Invisibly returns a <multi_epiparameter>
. Called for side-effects.
# entire database
db <- epiparameter_db()
db
# a single disease
db <- epiparameter_db(disease = "Ebola")
db
# a single epi parameter
db <- epiparameter_db(epi_name = "offspring distribution")
db
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.