View source: R/realized_dist.R
| format.realized_dist | R Documentation |
realized_dist object as a character string.Shows the number of samples and a summary of the source distribution.
## S3 method for class 'realized_dist'
format(x, ...)
x |
A |
... |
Additional arguments (not used). |
A character string.
rd <- realize(normal(0, 1), n = 100)
format(rd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.