stitch.size: Stitches together a RCP point pattern with periodic boundary...

View source: R/rapt_rcp-sim.R

stitch.sizeR Documentation

Stitches together a RCP point pattern with periodic boundary conditions

Description

Similar to stitch. Instead of only inputting the number of repetitions in each dimension, stitch.size allows you to specify the domain size that you want to return, even if it is not an integer multiple of the original dimensions.

Usage

stitch.size(pp3file, win = NULL, boxSize)

Arguments

pp3file

A pp3 object containing the RCP generated 3D point positions.

win

A box3 object indicating the size of the original rcp generation. Can leave blank.

boxSize

A numeric vector of the dimensions of the final pp3 object: c(xmax,ymax,zmax). Assumes that (xmin,ymin,zmin) = (0,0,0).

Value

A pp3 object.

See Also

Other simulation functions: clustersim(), lattice(), makecluster(), morph_lamellar(), morph_rods(), nmers(), read.rcp(), scaleRCP()


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.