| simplify | R Documentation |
Generic method for simplifying distributions.
simplify(x, ...)
x |
The distribution to simplify |
... |
Additional arguments to pass |
The simplified distribution
# Simplify dispatches to the appropriate method
simplify(normal(0, 1)) # unchanged (already simplified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.