check_sdm_presence {tidysdm} | R Documentation |
Check that the column with presences is correctly formatted
Description
In tidysdm
, the string defining presences should be the first level of
the response factor. This function checks that the column is correctly formatted.
Usage
check_sdm_presence(.data, .col, presence_level = "presence")
Arguments
.data |
a |
.col |
the column containing the presences |
presence_level |
the string used to define the presence level of |
Value
TRUE if correctly formatted
[Package tidysdm version 0.9.5 Index]