maxDepth: Find the maximum depth for every whale & vessel pair

Description Usage Arguments Value

View source: R/maxDepth.R

Description

Find the maximum depth for every whale & vessel pair

Usage

1
maxDepth(df, map, depth, segment_length = 0.5)

Arguments

df

The data frame that join whale and vessel together. Necessary variables: whale's loc (UTM), vessels'loc (UTM)

map

The map that around whale and vessel

depth

The depth data include location (x,y) and depth (in meters)

segment_length

in km

Value

maximum depth for each whale & vessel pair


eric-ward/getais documentation built on Sept. 22, 2020, 1:48 a.m.