View source: R/Distributions_lib.R
| GetParName | R Documentation | 
Returns the names of the parameters of a distribution, in French (default) or English.
GetParName(dist, lang = "fr")
dist | 
 character, distribution name  | 
lang | 
 character, language ('en' or 'fr')  | 
A character vector.
GetParName('Normal')
GetParName('GEV')
GetParName('GEV',lang='en')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.