View source: R/realized_dist.R
| print.realized_dist | R Documentation |
realized_dist object.Print a realized_dist object.
## S3 method for class 'realized_dist'
print(x, ...)
x |
A |
... |
Additional arguments (not used). |
x, invisibly.
rd <- realize(normal(0, 1), n = 100)
print(rd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.