Description Usage Arguments Value Examples
Calculate the absolute azimuth between two sites
1 | absAZIMUTH(dist, lonlats)
|
dist |
This is a distance matrix between two sites based on lonlats |
lonlats |
a dataframe containing columns entited Site, Lon, Lat, Pop |
A distance dist in kilometres between all pairs sites
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.