nlStatArgs: Get the arguments passed to an nlStat

Description Usage Arguments Value Examples

View source: R/stats.R

Description

Get the arguments passed to an nlStat when specifying it

Usage

1

Arguments

nlStat

the name of the nlStat to process

Value

named character A vector of arguments passed to the nlStat

Examples

1
2
3
4
5
nlStat <- list("sum", "na.rm=TRUE")

Rnightlights:::nlStatArgs(nlStat = nlStat)

#returns "na.rm=TRUE"

chrisvwn/Rnightlights documentation built on Sept. 7, 2021, 1:44 a.m.