Description Usage Arguments Value Examples
Checks if the location of two geographical points match
1 2  | ## S3 method for class 'match'
points(p1.lat, p1.lon, p2.df, threshold)
 | 
p1.lat | 
 point 1 latitude  | 
p1.lon | 
 point 1 longitude  | 
p2.df | 
 point 2 dataframe with latitude,longitude  | 
threshold | 
 maximum distance for matching  | 
distance between point 1 and point 2
1 2  | p2 <- data.frame(59.39,29.53)
points.match(51.09,25.94,p2,50)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.