center.stencil {imager} | R Documentation |
Center stencil at a location
Description
Center stencil at a location
Usage
center.stencil(stencil, ...)
Arguments
stencil |
a stencil (data.frame with coordinates dx,dy,dz,dc) |
... |
centering locations (e.g. x=4,y=2) |
Examples
stencil <- data.frame(dx=seq(-2,2,1),dy=seq(-2,2,1))
center.stencil(stencil,x=10,y=20)
[Package imager version 1.0.2 Index]