Learn R Programming

ergm.sign (version 0.1.2)

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.

See Also

network.sign, UnLayer

Examples

Run this code
data("tribes")
summary(tribes)

Run the code above in your browser using DataLab