diff --git a/src/content/docs/manual/analysis.mdx b/src/content/docs/manual/analysis.mdx index 0fc092d..b42a477 100644 --- a/src/content/docs/manual/analysis.mdx +++ b/src/content/docs/manual/analysis.mdx @@ -339,11 +339,10 @@ This distinction between **centrality** and **prestige** measures, following the > Given that Prestige measures are based on the inbound ties to each node from all others, these indices are meaningfull on directed graphs. -```info +:::note Centrality measures are calculated for each node (node Centrality) and for the whole network (group Centrality). Thus, when you click on a centrality option, SocNetV will calculate the corresponding index of every node and the whole network, and it will display the report in a new browser window (using the system's default web browser). - By default, analysis files are saved in the **socnetv-data/** subfolder. -``` +::: ### Degree Centrality (DC)