AddFlightBehavior: Adds flight behavior

Description Usage Arguments Details Value

View source: R/behavior.R

Description

Finds location data that meet given threshold parameters for flights, which include the start point, mid-flight, and final location of a flight.

Usage

1
2
AddFlightBehavior(df, min_speed, min_step_length, max_step_time,
    threshold_agl)

Arguments

df

dataframe

min_speed

minimum speed of bird

min_step_length

distance (in meters) between locations

max_step_time

maximum time between locations

threshold_agl

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

Details

adds 'bh_flight' to dataframe

Value

dataframe with columns for flight_index, flight_step, and flight_length


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