AddCruiseBehavior: Adds cruise behavior

Description Usage Arguments Details Value

View source: R/behavior.R

Description

Finds cruise behavior that meet given threshold parameters

Usage

1
AddCruiseBehavior(df, min_agl, min_speed, threshold_agl)

Arguments

df

dataframe

min_agl

distance (in meters) above ground

min_speed

minimum speed of bird

threshold_agl

any locations above this threshold of agl ('above ground level') are labeled "cruise"

Details

should run AddNestBehavior, AddRoostBehavior, and AddCruiseBehavior prior to this function

Value

dataframe with behavior column that has "cruise"


Blakemassey/baear documentation built on Dec. 25, 2021, 9:48 a.m.