Learn R Programming

migraph (version 0.9.3)

ggatyear: Plotting a network at a particular timepoint (year)

Description

Plotting a network at a particular timepoint (year)

Usage

ggatyear(edgelist, year, ...)

Arguments

edgelist

A manyverse edgelist, expecting Beg and End variables, among others

year

Numeric year, gets expanded to first of January that year

...

Additional arguments passed on to autographr().

Value

A plot of the network of agreements signed in the specified year.

Examples

Run this code
# NOT RUN {
ggatyear(membs, 1900)
# }

Run the code above in your browser using DataLab