check_complete: Report track completeness per trial.

Description Usage Arguments Details Value Note

View source: R/tracks_object.R

Description

The report gives two statistics: - complete: which is simply the percentage of frame by animal by trial combinations for which the vars are there. - per frame: which checks for what percentage of frames all animals are complete. This is useful for social parameters, for which all individuals are needed.

Usage

1
check_complete(tracks, vars = c("X", "Y"), lower_limit = 95)

Arguments

tracks

A tracks object

vars

The variables in the $tr table that need to be present to count towards completeness.

lower_limit

If a percentage is below this limit, the cell in the table will be marked with a *.

Details

If some frames were poorly tracked, the two parameters will be similar. If there are large differences, then there is many frames in which a portion of the individuals gets.

Value

Prints a table, silently returns the table too.

Note

This is only useful if their are persistent id's across the video. If there are any spurious detections, this will lead to very low scores.


Ax3man/trackr documentation built on Oct. 8, 2019, 10:53 p.m.