SelectRegion: SelectRegion

Description Usage Arguments Value

Description

Subsets a 3D object within a box specified by the user.

Usage

1
2
3
4
5
6
7
8
9
SelectRegion(object, ...)

## S4 method for signature 'points3DDataFrame'
SelectRegion(object, xmin = -Inf, xmax = Inf,
  ymin = -Inf, ymax = Inf, zmin = -Inf, zmax = Inf)

## S4 method for signature 'grid3DDataFrame'
SelectRegion(object, xmin = -Inf, xmax = Inf,
  ymin = -Inf, ymax = Inf, zmin = -Inf, zmax = Inf)

Arguments

xmin, xmax, ymin, ymax, zmin, zmax

The limits of the box.

Value

A 3D object of the same class as the original.


italo-goncalves/geomod3D documentation built on May 24, 2019, 2:49 p.m.