estimate_arena: Estimate arena from tracks and reallign.

Description Usage Arguments Value

View source: R/arena.R

Description

Estimate arena from tracks and reallign.

Usage

1
2
estimate_arena(tracks, grouping = ~trial, shape = "circle", radius = NULL,
  height = NULL, width = NULL)

Arguments

tracks

A tracks object.

grouping

On what level the arena should be estimated.

shape

The shape of the arena. Either a circle or a rectangle.

radius

The true radius of the circle, used for rescaling the track coordinates.

height

The true height of the rectangle, used for rescaling the track coordinates.

width

The true width of the rectangle, used for rescaling the track coordinates.

Value

A tracks object.


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