tiler | R Documentation |
This function takes an input pp3 pattern and tiles it in x, y, and z. Then, it will trim it according to the 'trim' inputs
tiler(
pattern,
x_tiles = 1,
y_tiles = 1,
z_tiles = 1,
x_trim = 0,
y_trim = 0,
z_trim = 0
)
pattern |
input pp3 pattern |
x_tiles , y_tiles , z_tiles |
number of tiles in each dimension (set equal to 1 for no change) |
z_trim , y_trim , z_trim |
amount to trim off of each dimension. Trimming will be applied equall to both sides |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.