Usage
topology(graph, simple.parameters = FALSE, degree.distribution = FALSE, power.law = TRUE, fit.line = FALSE, clustering.coefficient = FALSE, betweenness = FALSE, shortest.paths = FALSE, closeness = FALSE, eigenvector.centrality = FALSE, connectivity = FALSE)
Arguments
simple.parameters
Logical value, indicating whether to do basic statistics (if TRUE
) or not (if FALSE
).
degree.distribution
Logical value, indicating whether to do degree distribution statistics (if TRUE
) or not (if FALSE
).
power.law
Logical value, indicating whether the log ratio would be calculated in degree distribution statistics (if TRUE
) or not (if FALSE
).
fit.line
Logical value, indicating whether to do line fitting in degree distribution statistics (if TRUE
) or not (if FALSE
).
clustering.coefficient
Logical value, indicating whether to do clustering.coefficient statistics (if TRUE
) or not (if FALSE
).
betweenness
Logical value, indicating whether to do betweenness statistics (if TRUE
) or not (if FALSE
).
shortest.paths
Logical value, indicating whether to do shortest.paths statistics (if TRUE
) or not (if FALSE
).
closeness
Logical value, indicating whether to do closeness statistics (if TRUE
) or not (if FALSE
).
eigenvector.centrality
Logical value, indicating whether to do eigenvector.centrality statistics (if TRUE
) or not (if FALSE
).
connectivity
Logical value, indicating whether to do connectivity statistics (if TRUE
) or not (if FALSE
).