View source: R/builder_functions.R
get_prefixed_dist_fn | R Documentation |
Helper function to get, say, the function pnorm
by passing "p"
and "norm"
.
get_prefixed_dist_fn(prefix, dist_name)
prefix |
The prefix (generally one of |
dist_name |
The name of the distribution. |
The function corresponding to the prefix and distribution_name.
get_prefixed_dist_fn("p", "norm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.