Description Usage Arguments Value See Also Examples
View source: R/extractPolygonsTrack.R
extractPolygonsTrack
is a function
in order to extract values from SpatialPolygonsDataFrame
objects
for an object of class Track
.
1 2 3 4 5 6 7 8 | extractPolygonsTrack(
x,
y,
fn = NULL,
...,
fixedlocationcoords = TRUE,
what = NULL
)
|
x |
A |
y |
A |
fn |
function to summarize the values (e.g. |
... |
further arguments passed to |
fixedlocationcoords |
A logical value indicating if for each location in |
what |
A numeric vector specifying the column(s) of |
A data.frame with a value for each data value of y
in
columns specified with what
.
If a value of x
cannot be assigned to a respective data value,
NA
is returned for the respective data value.
extractRasterTrack
,
extractPolygonsTracks
.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.