tiler: Tiler function

View source: R/rTEM_tiler.R

tilerR Documentation

Tiler function

Description

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

Usage

tiler(
  pattern,
  x_tiles = 1,
  y_tiles = 1,
  z_tiles = 1,
  x_trim = 0,
  y_trim = 0,
  z_trim = 0
)

Arguments

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


rolandrolandroland/rTEM documentation built on March 29, 2025, 2:17 p.m.