plot_states: Plot states

View source: R/plot_states.R

plot_statesR Documentation

Plot states

Description

plot_states plots the active states and proportion of time in state active for each animal.

Usage

plot_states(active_states, prop_time_active, gps = NULL)

Arguments

states

An object of class activity.

threshold

Type of thresholds. Must be one of "a", "b", "c".

Examples

plot_states(active_states = active_states_a,
            prop_time_active = prop_time_active,
            gps = gps_data)


maxkroeschel/activitytools documentation built on July 31, 2023, 1:34 p.m.