R Documentation |
Unlists and prints a control object.
## S3 method for class 'control'
print(x, ...)
x |
the object to be printed. |
... |
arguments to be passed. |
prints control
control <- list(n = 211, seed = 54, name = "generator")
print(control)
class(control) <- "control"
print(control)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.