| ppareto | R Documentation | 
Cumulative Distribution Function for the pareto distribution with shape 'shape' and location 'location'.
ppareto(q, shape = 1, location = 0)
| q | vector of quantiles. | 
| shape | vector of shapes. Default = 1. | 
| location | vector of locations. Default = 0. | 
A vector of probabilities.
ppareto(seq(1, 5, 1), shape = 3, location = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.