Description Usage Arguments Author(s) Examples
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.
1 |
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. |
Pau Arag<c3><b3>
1 2 3 4 5 6 | ## Not run:
tweetsSubset<-tsubset(geotweets, pbox)
## End(Not run)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.