EstConefor | R Documentation |
Use the CONEFOR command line to estimate probabilistic and binary connectivity indexes
EstConefor(
nodeFile,
coneforpath = NULL,
connectionFile,
typeconnection,
typepairs,
index,
thdist,
multdist = NULL,
conprob = NULL,
onlyoverall = TRUE,
LA = NULL,
nrestauration = FALSE,
prefix = NULL,
write = NULL
)
nodeFile |
|
coneforpath |
|
connectionFile |
|
typeconnection |
|
typepairs |
|
index |
|
thdist |
|
multdist |
|
conprob |
|
onlyoverall |
|
LA |
|
nrestauration |
|
prefix |
|
write |
|
Four .txt files: "overall_indices", "results_all_EC(PC)", "results_all_overall_indices" y "node_importance".
Saura, S. & Torné, J. 2012. Conefor 2.6 user manual (May 2012). Universidad Politécnica de Madrid. Available at www.conefor.org.
## Not run:
library(Makurhini)
setwd("~")
EstConefor(nodeFile = "nodes.txt",
coneforpath = "C:/Users/coneforWin64.exe",
connectionFile = "dist.txt",
typeconnection = "dist",
typepairs = "notall",
index = "PC",
thdist = 30000, multdist = NULL,
conprob = 0.5,
onlyoverall = FALSE, LA = NULL,
nrestauration = FALSE,
prefix= NULL, write = NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.