View source: R/mt_filter_movebank_visible.R
mt_filter_movebank_visible | R Documentation |
mt_filter_movebank_visible
: returns a move2
object with all visible data, i.e., excluding all records marked
as outliers according to the logic used in movebank (See Details)
mt_movebank_visible
: indicates with TRUE
the visible records, and with FALSE
those marked as outliers
according to the logic used in movebank (See Details)
mt_filter_movebank_visible(x)
mt_movebank_visible(x)
x |
a move2 object |
These functions rely on the columns 'visible', 'algorithm_marked_outlier', 'import_marked_outlier', 'manually_marked_outlier', and/or 'manually_marked_valid'. All of them are expected to be logical. More details can be found in the movebank vocabulary
mt_movebank_visible
returns a logical vector indicating the records that are valid.
mt_filter_movebank_visible
returns a filtered move2
object
Other filter:
mt_filter_per_interval()
,
mt_filter_unique()
m <- mt_read(mt_example())
table(mt_movebank_visible(m))
mt_filter_movebank_visible(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.