summary.microNetProps | R Documentation |
The main results returned by netAnalyze
are
printed in a well-arranged format.
## S3 method for class 'microNetProps'
summary(
object,
groupNames = NULL,
showCompSize = TRUE,
showGlobal = TRUE,
showGlobalLCC = TRUE,
showCluster = TRUE,
clusterLCC = FALSE,
showHubs = TRUE,
showCentr = "all",
numbNodes = NULL,
digits = 5L,
...
)
## S3 method for class 'summary.microNetProps'
print(x, ...)
object |
object of class |
groupNames |
character vector with two elements giving the group names
corresponding to the two networks. If |
showCompSize |
logical. If |
showGlobal |
logical. If |
showGlobalLCC |
logical. If |
showCluster |
logical. If |
clusterLCC |
logical. If |
showHubs |
logical. If |
showCentr |
character vector indicating for which centrality measures the results shall be printed. Possible values are "all", "degree", "betweenness", "closeness", "eigenvector" and "none". |
numbNodes |
integer indicating for how many nodes the centrality
values shall be printed. Defaults to 10L for a single network and 5L for
two networks. Thus, in case of a single network, the first 10
nodes with highest centrality value of the specific centrality measure
are shown. If |
digits |
integer giving the number of decimal places to which the results are rounded. Defaults to 5L. |
... |
not used. |
x |
object of class |
netConstruct
, netAnalyze
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.