subSample: Cut pp3 object to size

View source: R/rapt_cluster-sim.R

subSampleR Documentation

Cut pp3 object to size

Description

Takes one pp3 object, and cuts its volume down to the size of another pp3 object. Only keeps the points of the first object that lay within the volume of the second object.

Usage

subSample(underPattern, overPattern)

Arguments

underPattern

The second pp3 object. The volume that you want to cut down to.

overPattern

The first pp3 object. The object that you wish to cut down to the volume of underPattern.

Value

A pp3 object containing overPattern cut down to the volume of underPattern.


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