mt_filter_movebank_visible {move2}R Documentation

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

Description

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)


[Package move2 version 0.3.0 Index]