estima_distance: Minimal distance

estima_distanceR Documentation

Minimal distance

Description

Estimate minimun distance. The distance contemplates the curvature of the earth and it is expressed in nautical miles

Usage

estima_distance(x, y, x1, y1)

Arguments

x

longitude of the observation

y

latitude of the observation

x1

longitude base

y1

latitude base

Details

longitude and latitude of the place for example: coast line, island, shelf break etc.

Author(s)

Pablo Marin

Examples


head(dataLand)
dataLand$dist <- estima_dist(x = dataLand$Longitude, y = dataLand$Latitude, x1 = shelfbreak$lon, y1 = shelfbreak)


$lat)


PabloMBooster/fenix documentation built on Sept. 7, 2024, 9:19 a.m.