const_hab | R Documentation |
Returns only observations where the habitat classes were the same as their previous and subsequent observations. Useful for training algorithmns b/c reduces effect of positional uncertainty. Will return a dataframe if a dataframe is input. Will return a tibble if a tibble is input.
const_hab(my_data, hab_col)
my_data |
a tibble, dataframe, or spatial dataframe containing all data |
hab_col |
number or name specifying the column to check |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.