ds.over: Wrapper for 'over()' function from sp and rgeos packages

Description Usage Arguments Details Value Author(s)

View source: R/ds.over.R

Description

This function is a wrapper for the over() function from the sp and rgeos packages

Usage

1
2
3
4
5
6
7
8
ds.over(
  input_x = NULL,
  input_y = NULL,
  retList = FALSE,
  fun = NULL,
  newobj.name = NULL,
  datasources = NULL
)

Arguments

input_x

name of a spatial object on the server side to which the over will be applied

input_y

name of a spatial object on the server side to which the over will be applied

retList

something to do with lists

fun

something to do with lists

newobj.name

a character, the name of the new object which will be created If no name is specified the default name is the name of the original data frame followed by the suffix '.proj'.

datasources

a list of opal object(s) obtained after login in to opal servers; these objects hold also the data assign to R, as dataframe, from opal datasources.

Details

See the over() function from rgeos package for more details

Value

an object of class SpatialPolygonsDataFrame or SpatialPolygons, depending on the class of input

Author(s)

Bishop, T.


tombisho/dsGeoClient documentation built on Sept. 16, 2021, 12:18 a.m.