| distLongLat | R Documentation | 
Calculate distance of longtitude and latitude
distLongLat(lon, lat)
| lon | Vector of longitude; its length stands for the number of points. | 
| lat | Vector of latitude; its length stands for the number of points. | 
data("EpiTrans")
covid = GeoLocater(TimeDF = covid19,PointsDF = RndPts)
lon <- covid$x[1:100]
lat <- covid$y[1:100]
distLongLat(lon,lat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.