findBottomDepthIndex | R Documentation |
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
findBottomDepthIndex(longitude, latitude, depth)
longitude |
a numeric vector of longitudes |
latitude |
a numeric vector of latitudes |
depth |
a numeric vector of depths |
a logical vector of TRUE/FALSE, TRUE indicating the bottom depth value for the unique longitude,latitude pair
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.