min_dist: This function estimates distance of one set of points to...

Description Usage Arguments Examples

View source: R/functions.R

Description

This function takes two lat-long pairs and calculates the distance between them in m or km

Usage

1
min_dist(long1, lat1)

Arguments

long1

Longitude of point 1

lat1

Latitude of point 1

lat2

Latitude of point 2

long2

Longitude of point 2

unit

either "km" or "m"

Examples

1
dist_xy()

rooperc4/BottomFishingFootprint documentation built on Sept. 23, 2020, 5:41 p.m.