View source: R/sampling.circle.R
sampling.circle | R Documentation |
Internal function for color sampling an image. Calculates the pixels in a circular neighborhood of specified radius.
sampling.circle(px.radius = 2)
px.radius |
How many neighboring pixels to include when analyzing image color at a given landmark. A value of 1 just gives back the original pixel. |
The coordinates of a circle with radius px.radius
plot(sampling.circle(4), asp = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.