absAZIMUTH: Calculate northness/southness of a site relative to another...

Description Usage Arguments Value Examples

View source: R/absAZIMUTH.R

Description

Calculate the absolute azimuth between two sites

Usage

1
absAZIMUTH(dist, lonlats)

Arguments

dist

This is a distance matrix between two sites based on lonlats

lonlats

a dataframe containing columns entited Site, Lon, Lat, Pop

Value

A distance dist in kilometres between all pairs sites

Examples

1
2
3
dta <- data.frame(Site= LETTERS[1:4], Lat= 1:4, Lon= 5:8, Pop=100:103)
dist <- point2DIST(dta)
absAZIMUTH(dist=dist, lonlats=dta)

KiranLDA/migflow documentation built on Aug. 8, 2019, 8:55 p.m.