getSpeedsChecker | R Documentation |
Checks if each row should be considered for extraction or not.
getSpeedsChecker(
rows,
moves,
first,
arrays,
side = c("neighbours", "all.before", "all.after")
)
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. |
an updated vector of rows to consider for extraction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.