replicate | R Documentation |
Replicate generic object.
replicate(object, n, settings = NULL, ...)
## S4 method for signature 'campsis_model,integer,auto_replication_settings'
replicate(object, n, settings)
## S4 method for signature 'campsis_model,integer,manual_replication_settings'
replicate(object, n, settings)
object |
generic object |
n |
number of replicates required |
settings |
settings for replication |
... |
extra arguments |
object replicated n times
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.