View source: R/merge_conefor.R
merge_conefor | R Documentation |
Join a connectivity index (dIIC o dPC, and the "intra", "dflux", "connector") to core areas
merge_conefor(
datat = NULL,
pattern = NULL,
merge_shape = NULL,
id = NULL,
dA = FALSE,
var = FALSE,
write = NULL
)
datat |
Data table, data frame or direction of node_importances.txt files (character). |
pattern |
character. Prefix (e.g."*AREA.txt" ) |
merge_shape |
object of class sf, sfc, sfg or SpatialPolygons. It has to have the same "id" used to estimate the node importance.txt |
id |
character. Column name with the core id |
dA |
logical. If TRUE, the delta attribute and its variance is selected. Default = FALSE. |
var |
logical. If TRUE the metric and fractions variance is reteined. |
write |
character. Write the shapefile, example, "C:/ejemplo/sahapefile.shp". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.