.filterNetw | R Documentation |
limInt
) and add sandwich-nodes (nodes inter-connecting initial nodes) out of node-based queries.Filter nodes & edges for extracting networks (main)
This function allows extracting and filtering network-data based on fixed threshold (limInt
) and add sandwich-nodes (nodes inter-connecting initial nodes) out of node-based queries.
.filterNetw(
lst,
remOrphans = TRUE,
reverseCheck = TRUE,
filtCol = 2,
callFrom = NULL,
silent = FALSE,
debug = FALSE
)
lst |
(list, composed of multiple matrix or data.frames ) main input (each list-element should have same number of columns) |
remOrphans |
(logical) remove networks consisting only of 2 connected edges |
reverseCheck |
(logical) |
filtCol |
(integer, length=1) which column of |
callFrom |
(character) allow easier tracking of message(s) produced |
silent |
(logical) suppress messages |
debug |
(logical) display additional messages for debugging |
This function returns a matrix or data.frame
filterNetw
and other CRAN package dedeicated to networks
ab <- 1:10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.