tsubset: Subset points from geotweets or SaptialPointsDataFrame

Description Usage Arguments Author(s) Examples

Description

This function do a subset points over a polygon defined by a SpatialPolygonsDataFrame. Takes the points within the Polygon and remove the points outside it.

Usage

1
tsubset(geotweets, pbox, transform=TRUE)

Arguments

geotweets

input Geotagged tweets as a SpatialPointsDataFrame.

pbox

A SpatialPolygonsDataFrame to get the points over it.

transform

Option TRUE by default to transform the pbox CRS (Coordinate Reference System) to geotweets CRS.

Author(s)

Pau Aragó

Examples

1
2
3
4
5
6
## Not run: 
tweetsSubset<-tsubset(geotweets, pbox)

## End(Not run)
{
  }

tweet2r documentation built on May 2, 2019, 2:34 a.m.