realise | R Documentation |
Draw n
independent observations from a distribution.
realise(distribution, n = 1)
realize(distribution, n = 1)
observe(distribution, n = 1)
distribution |
Distribution. |
n |
Number of observations to generate |
Vector of independent values drawn from the inputted distribution
realise()
, realize()
, and observe()
all do the same thing.
Although the language observe()
is more common, it's only an alias here,
because this function name is common amongst other packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.