| sup.normal | R Documentation |
normal object, where the support
is defined as values that have non-zero probability density.Method for obtaining the support of a normal object, where the support
is defined as values that have non-zero probability density.
## S3 method for class 'normal'
sup(x)
x |
The |
A support-type object (see support.R), in this case an
interval object for each component.
x <- normal(0, 1)
sup(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.