write.narrative
displays suggested text and references that can be used in a manuscript to describe the extracted backbone
write.narrative(
agents = 0,
artifacts = 0,
weighted = FALSE,
bipartite = FALSE,
symmetric = FALSE,
signed = FALSE,
mtc = "none",
alpha = NULL,
s = NULL,
ut = NULL,
lt = NULL,
trials = 0,
escore = NULL,
normalize = NULL,
filter = NULL,
umst = NULL,
model = "",
reduced_edges = NULL,
reduced_nodes = NULL
)
NULL; only displays text in the console
integer: number of agents in a bipartite graph, or nodes in a unipartite graph
integer: number of artifacts in a bipartite graph
boolean: TRUE if input graph was weighted
boolean: TRUE if input graph was bipartite
boolean: TRUE if input graph was symmetric
boolean: TRUE if a signed backbone was requested
string: type of multiple test correction
numeric: alpha significance threshold (used in statistical models)
numeric: sparsification parameter (used in sparsification models)
numeric: upper threshold (used in global threshold)
numeric: lower threshold (used in global threshold)
integer: number of trials used to estimate FDSM or oSDSM p-values
string: Method for scoring edges' importance
string: Method for normalizing edge scores
string: Type of filter to apply
boolean: TRUE if the backbone should include the union of minimum spanning trees, to ensure connectivity
string: name of backbone model
numeric: percent reduction in number of edges
numeric: percent reduction in number of connected nodes