Usage
comp.subnet(x, graph, topology.parameters = TRUE, degree = FALSE, cc = FALSE, betweenness = FALSE, eccentricity = FALSE, ave.path.len = FALSE, figure.type = 1, method = "utest", legendname = c(substitute(x), substitute(graph)))
Arguments
x
Vertex of the sub network.
topology.parameters
Logical value, indicating whether to do basic compariring (if TRUE
) or not (if FALSE
).
degree
Logical value, indicating whether to do degree comparing (if TRUE
) or not (if FALSE
).
cc
Logical value, indicating whether to do clustering coefficient comparing (if TRUE
) or not (if FALSE
).
betweenness
Logical value, indicating whether to do betweenness comparing (if TRUE
) or not (if FALSE
).
eccentricity
Logical value, indicating whether to do eccentricity comparing (if TRUE
) or not (if FALSE
).
ave.path.len
Logical value, indicating whether to do average path comparing (if TRUE
) or not (if FALSE
).
figure.type
Type of the plot. See plot
for more information. method
Test method, currently only utest
is supported.
legendname
Legend name for the plot.