findBottomDepthIndex: Find bottom depth index for given list of longitude,...

View source: R/calculations.R

findBottomDepthIndexR Documentation

Find bottom depth index for given list of longitude, latitude, and depth

Description

This function takes in unlisted longitude, latitude, and depth values and finds the index at which the maximum depth for each unique longitude,latitude pair occurs

Usage

findBottomDepthIndex(longitude, latitude, depth)

Arguments

longitude

a numeric vector of longitudes

latitude

a numeric vector of latitudes

depth

a numeric vector of depths

Value

a logical vector of TRUE/FALSE, TRUE indicating the bottom depth value for the unique longitude,latitude pair

Author(s)

Chantelle Layton


clayton33/csasMarPhys documentation built on June 8, 2025, 3:10 a.m.