plotEgoNetwork.Rd
the plotEgoNetwork function plots network graphs with edges coloured by weights in the network
plotEgoNetwork(
scHOT,
hubnode,
network,
weight = "higherOrderStatistic",
subset = FALSE,
thresh = NULL
)
a scHOT object
is a character vector of node(s) to include as hub nodes
is an igraph network
A string indicates the column name stored in scHOT_output slot that are used as the weights of the network
is a logical asking if you should subset based on the weight (default FALSE)
is the subset weight threshold
igraph
object containing the network graphed.
Produces an igraph plot