We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A method that returns basic summary information about a Nate network object.
To include in output:
number of nodes
number of edges
number of isolates
number of subcomponents
number of subcomponents > 1
average size of subcomponents
average size of subcomponents that are not the giant component
modularity score
number of communities
directed / undirected
n-mode
if directed: average in degree, out degree
if undirected: average degree
list of node attributes
list of edge attributes
The text was updated successfully, but these errors were encountered:
mclevey
No branches or pull requests
A method that returns basic summary information about a Nate network object.
To include in output:
number of nodes
number of edges
number of isolates
number of subcomponents
number of subcomponents > 1
average size of subcomponents
average size of subcomponents that are not the giant component
modularity score
number of communities
directed / undirected
n-mode
if directed: average in degree, out degree
if undirected: average degree
list of node attributes
list of edge attributes
The text was updated successfully, but these errors were encountered: