Learn R Programming

Bergm (version 5.0.7)

lazega: Lazega lawyers network data

Description

Lazega lawyers network data

Usage

lazega

Arguments

Format

An oject of class network.

References

Lazega, E. (2001), "The Collegial Phenomenon: The Social Mechanisms of Cooperation Among Peers in a Corporate Law Partnership," Oxford University Press.

Examples

Run this code
if (FALSE) {
 par(mfrow = c(1, 2), oma = rep(0, 4))
 CC <- hcl.colors(3, "Teal")
 set.seed(22)
 plot(lazega,
      vertex.col = CC[lazega %v% "Office"], 
     vertex.cex = 2)
 legend("topright",
        pch    = 21,
        pt.bg  = CC,
        legend = c("Boston", "Hartford", "Providence"),
        title  = "OFFICE")
}

Run the code above in your browser using DataLab