Description Usage Arguments Value See Also Examples
View source: R/extractPolygonsTracks.R
extractPolygonsTracks
is a function
in order to extract values from SpatialPolygons
objects
for an object of class TracksCollection
.
1 2 3 4 5 6 7 8 9 10 |
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 |
cores |
An integer value representing the number of cores to use in parallel computing. |
clcall |
A function that is passed to
|
A vector with a value for each data value of y
.
If a value of x
cannot be assigned to a respective data value,
NA
is returned for the respective data value.
extractRasterTrack
,
extractPolygonsTrack
.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.