Description Usage Arguments Value Examples
indicates the presence (or lack) of intersection between polygons of a spatial dataframe
1 | inter_spdf(spdf1, idx1, spdf2, idx2)
|
spdf1 |
first Spatial Polygons Data Frame |
idx1 |
column index of lemmas for spdf1 |
spdf2 |
second Spatial Polygons Data Frame |
idx2 |
column index of lemmas for spdf2 |
binary matrix of intersection between two spatial polygon data frame
1 | inter_spdf(lspdf[[239]],2,spdf.geo,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.