View source: R/AddDistToRangeToSpatialPoints.R
AddDistToRangeToSpatialPoints | R Documentation |
Function to add distance to a polygon to a spatial points object
AddDistToRangeToSpatialPoints(data, polynoms, scale = FALSE)
data |
SpatialPoints* object |
polynoms |
A spatialpolygonsdataframe. |
scale |
Should the distance be scaled by dividing by the mean of the non-zero distances? (defaults to FALSE, either logical or numeric). |
A spatial points data frame with distances to the polygon added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.