Description Usage Arguments Details Value Author(s)
View source: R/RL_elevation_check.R
Checks all species' elevations and if min >= max recodes min to -99999 and max to 99999. Other options possible, see details.
1 | RL_elevation_check(x, recode_val, equal_to = TRUE, verbose = FALSE)
|
x |
A |
recode_val |
A |
equal_to |
A |
verbose |
(optional) A |
recode_val
allows recoding to other values than -99999 and +99999. equal_to
allows changing of min >= max to min > max only.
A data.frame
in the same format as the input.
Matt Lewis, matthewlewis896@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.