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