getCircleSpatialPoints {AFM} | R Documentation |
get the spatial points on the circle including the center of the circle
getCircleSpatialPoints(binaryAFMImage, center, circleRadius)
binaryAFMImage |
a binary |
center |
the center of the circle with center$lon as the x coordinates and center$lat as the y coordinates |
circleRadius |
the radius of the circle |
a SpatialPoints
object of all the points of the circle including the center of the circle
M.Beauvais