mt_filter_movebank_visible: Identify records that are not outliers according to the logic...

View source: R/mt_filter_movebank_visible.R

mt_filter_movebank_visibleR Documentation

Identify records that are not outliers according to the logic used in movebank

Description

  • 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)

Usage

mt_filter_movebank_visible(x)

mt_movebank_visible(x)

Arguments

x

a move2 object

Details

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

Value

mt_movebank_visiblereturns a logical vector indicating the records that are valid.
mt_filter_movebank_visible returns a filtered move2 object

See Also

Other filter: mt_filter_per_interval(), mt_filter_unique()

Examples


m <- mt_read(mt_example())
table(mt_movebank_visible(m))
mt_filter_movebank_visible(m)


move2 documentation built on April 4, 2025, 12:24 a.m.