combine: combine parts of a Spatial* object

Description Usage Arguments Value

Description

Combine (append) Spatial* objects into a single object. All objects must be of the same base class (SpatialPoints, SpatialLines, or SpatialPolygons)

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'SpatialPolygons,SpatialPolygons'
combine(x, y, ..., keepnames=FALSE)

## S4 method for signature 'SpatialLines,SpatialLines'
combine(x, y, ..., keepnames=FALSE)

## S4 method for signature 'SpatialPoints,SpatialPoints'
combine(x, y, ..., keepnames=FALSE)

Arguments

x

Spatial* object

y

Spatial* object

...

Additional Spatial* objects

keepnames

Logical. If TRUE the row.names are kept (if unique)

Value

Spatial* object


geovec documentation built on May 2, 2019, 6:15 p.m.