summary.static.sign: Network Attributes for Signed Networks
Description
Print descriptive statistics of a signed network.
Usage
# S3 method for static.sign
summary(object, ...)# S3 method for dynamic.sign
summary(object, time = NULL, names = NULL, ...)
Value
A data frame or matrix with network attributes.
Arguments
- object
A signed network object of class dynamic.sign.
- ...
Additional arguments.
- time
Integer vector of timepoints to summarize. Defaults to all.
- names
Character vector of names for timepoints. If NULL, uses "Time 1", "Time 2", etc.
Static signed networks
summary.static.sign() summarizes a single (static) signed network.
Examples
Run this codedata("tribes")
summary(tribes)
Run the code above in your browser using DataLab