View source: R/empirical_dist.R
| format.empirical_dist | R Documentation |
empirical_dist objects.Format method for empirical_dist objects.
## S3 method for class 'empirical_dist'
format(x, ...)
x |
The object to format |
... |
Additional arguments (not used) |
A character string
ed <- empirical_dist(c(1, 2, 3, 4, 5))
format(ed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.