absAZIMUTH | R Documentation |
Calculate the absolute azimuth between two sites
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
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.