support | R Documentation |
Generic function for computing the support interval (minimum and maximum) for a given probability distribution object.
support(d, drop = TRUE, ...)
d |
An object. The package provides methods for distribution
objects such as those from |
drop |
logical. Should the result be simplified to a vector if possible? |
... |
Arguments passed to methods. Unevaluated arguments will generate a warning to catch mispellings or other possible errors. |
A vector (or matrix) with two elements (or columns) indicating the range (minimum and maximum) of the support.
X <- Normal()
support(X)
Y <- Uniform(-1, 1:3)
support(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.