seqSPDF: Split Spatial* object into a list.

Description Usage Arguments Details Value

View source: R/seqSPDF.R

Description

seqSPDF takes a Spatial* object from the (sp) package, splits it into a list containing Spatial*DataFrame objects of a size <= sep.

Usage

1
seqSPDF(SP, sep = 1000)

Arguments

SP

Spatial* object.

sep

Max length of Spatial*DataFrame in output. Defaults to 1000.

Details

Insert details here.

Value

A list with Spatial*DataFrame objects of a size <= sep.


jacpete/jpfxns documentation built on May 16, 2020, 5:02 a.m.