Rdist | R Documentation |
Grid points distance and direction to TC.
Rdist(Gridlon, Gridlat, TClon, TClat)
Gridlon |
vector of Grid point longitudes |
Gridlat |
vector of Grid point latitudes |
TClon |
single TC longitude |
TClat |
single TC latitude |
two columns for distance in km and cartesian direction in degrees, counter clockwise from the x axis. //@example Rdist(c(144,145),c(-11,-12),142,-14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.