Bind: Bind

Description Usage Arguments Details Value

Description

Binds two 3D spatial objects together.

Usage

1
2
3
4
5
6
7
Bind(x, y, ...)

## S4 method for signature 'points3DDataFrame,points3DDataFrame'
Bind(x, y)

## S4 method for signature 'directions3DDataFrame,directions3DDataFrame'
Bind(x, y)

Arguments

x, y

spatial3DDataFrame objects.

Details

The two objects' coordinates are binded as in the rbind function. If the object's column names are not the same, the resulting object will have all columns from both, with the appropriate entries filled with NA. Note that if the parent objects have coordinates in common, the resulting object will have duplicated coordinates.

Value

The resulting object's class will depend of the classes of the parent objects.


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