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
)
This function returns a matrix or data.frame
(list, composed of multiple matrix or data.frames ) main input (each list-element should have same number of columns)
(logical) remove networks consisting only of 2 connected edges
(logical)
(integer, length=1) which column of lst
should be usd to filter using thresholds limInt
and sandwLim
(character) allow easier tracking of message(s) produced
(logical) suppress messages
(logical) display additional messages for debugging
filterNetw
and other CRAN package dedeicated to networks