| pdist | R Documentation | 
Calculates the probability of exceedance for a given distribution, threshold and distribution parameters.
pdist(pname, th, args)
| pname | Distribution to be used which is embedded through the  | 
| th | Threshold for calculating the \[Pr(X > th)\] | 
| args | Arguments that correspond to the specified distribution (but excluding the threshold. | 
pname <- quote({ pnorm(q, mean, sd, lower.tail = FALSE) })
pdist(pname = pname, th = 3, args = list(mean = 2, sd = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.