center.stencil | R Documentation |
Center stencil at a location
center.stencil(stencil, ...)
stencil |
a stencil (data.frame with coordinates dx,dy,dz,dc) |
... |
centering locations (e.g. x=4,y=2) |
stencil <- data.frame(dx=seq(-2,2,1),dy=seq(-2,2,1))
center.stencil(stencil,x=10,y=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.