gcLat | R Documentation |
Latitude at which a great circle crosses a longitude
gcLat(p1, p2, lon)
p1 |
Longitude/latitude of a single point, in degrees; can be a vector of two numbers, a matrix of 2 columns (first one is longitude, second is latitude) or a SpatialPoints* object |
p2 |
As above |
lon |
Longitude |
A numeric (latitude)
Robert Hijmans based on a formula by Ed Williams
https://www.edwilliams.org/avform147.htm#Int
gcLon, gcMaxLat
gcLat(c(5,52), c(-120,37), lon=-120)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.