GetContacts: GetContacts

Description Usage Arguments Details Value

Description

Finds the points of contact between different geological units or other categorical variable.

Usage

1
2
3
4
GetContacts(object, ...)

## S4 method for signature 'lines3DDataFrame'
GetContacts(object, by)

Arguments

by

A column name indicating which attribute to use to find contacts.

Details

This method extracts the points that lie in the border between any two contiguous line segments with different values of the by column. It is assumed that by represents a categorical variable.

Value

A points3DDataFrame object with three attributes:

HOLEID

The identification of the hole from which the point was extracted.

.up

The value of the by variable in the segment above the point

.down

The value of the by variable in the segment below the point


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