getSpeedsChecker: Helper function of getSpeeds

View source: R/get.R

getSpeedsCheckerR Documentation

Helper function of getSpeeds

Description

Checks if each row should be considered for extraction or not.

Usage

getSpeedsChecker(
  rows,
  moves,
  first,
  arrays,
  side = c("neighbours", "all.before", "all.after")
)

Arguments

rows

a vector of rows to check.

moves

the respective movements table.

first

a list of valid arrays for the first movement.

arrays

the list of arrays in the study area.

side

which pool of array-relatives to check against.

Value

an updated vector of rows to consider for extraction.


hugomflavio/actel documentation built on Dec. 16, 2024, 1:16 p.m.