Description Usage Arguments Value Examples
Check if two nlStats are equal
1 | equalNlStats(nlStatName1, nlStatName2)
|
nlStatName1 |
The name of the first nlStat function to compare |
nlStatName2 |
The name of the second nlStat function to compare |
logical if the two nStats are equal
1 2 3 4 | fn1 <- function(x) sum(x)
fn2 <- function(x) sum(x, na.rm=T)
Rnightlights:::equalNlStats("fn1", "fn2")
#returns FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.