Description Usage Arguments Value Examples
Standardize the arguments of an nlStat to ensure signatures can be compared. Currently this entails converting logical 'T' to TRUE and 'F' to FALSE
1 | nlStatArgsStandardize(nlStatArg)
|
nlStatArg |
character The argument of an nlStat |
named character The signature of the nlStat
1 2 3 | Rnightlights:::nlStatArgsStandardize("na.rm=T")
#returns "na.rm=TRUE"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.