SPapply: SPapply

Description Usage Arguments Value

View source: R/z_deprecated.R

Description

*apply function for spatial point objects

Usage

1
2
SPapply(sp.object, FUN., ..., progress.bar = TRUE,
  id.row.names = FALSE)

Arguments

sp.object

a SpatialPoints or SpatialPointsDataFrame object

FUN.

function to be applied; must take sp.object as first argument and must return a data.frame

...

additional arguments passed to function

progress.bar

logical, show progress bar?

id.row.names

if TRUE, set row.names of output data.frame from data$id of sp.object

Value

data.frame of all results from function applied to sp.object


cole-brokamp/CB documentation built on May 13, 2019, 8:49 p.m.