ejformula | R Documentation |
Just a convenient way to look at the formula(s) used to create one or more variables in EJSCREEN.
ejformula(fieldname = "all", decreasing = NA, dropNA = TRUE, recursive = FALSE)
fieldname |
Optional, character vector specifying variable(s) in |
decreasing |
Optional, passed to |
dropNA |
Be careful: Optional, default is TRUE. If TRUE, returns only formulas that are not NA values. If FALSE, and decreasing is not specified (sorting drops NA values here), returns vector the same length as |
recursive |
Optional, default is FALSE. If TRUE, returns also returns formula(s) for variable(s) found on right hand side of formula(s), i.e. those used to create specified variable(s) |
Character vector of the formula(s) used to calculate the specified variable, in ejscreenformulas
ejscreenformulas
ejformula('VSI.eo')
ejformula(c('pctmin', 'pctlowinc'))
ejformula('VSI.eo', recursive = TRUE)
ejformula()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.