center.stencil: Center stencil at a location

View source: R/stencils.R

center.stencilR 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)

imager documentation built on May 29, 2024, 1:38 a.m.