spatials2one: spatials2one

Description Usage Arguments Value Examples

View source: R/spatials2one.R

Description

Merge list of SLDF's. In case the object if already a SLDF, just returns it

Usage

1
spatials2one(spatials)

Arguments

spatials

SLDF or list of SLDF's

Value

SLDF

Examples

1
2
3
4
5
6
7
## Not run: 
data("l")
ls <- list()
for(i in 1:length(l[1:100,])){ls[i] <- l[i,]}
spatials2one(ls)

## End(Not run)

cesarkero/IterativeSteinerTree documentation built on May 17, 2020, 4:38 p.m.