Skip to contents

Get how far each axis runs

Usage

get_axis_extents(data)

Arguments

data

An aniframe or anievent object.

Value

Named numeric vector, axis role to extent. Empty when the frame declares none.

Examples

af <- example_aniframe(n_obs = 3, n_individuals = 1, n_keypoints = 1)
get_axis_extents(af)
#> named numeric(0)