MSG (version 0.3)

assists: Assists between players in CLE and LAL

Description

The players in the rows assisted the ones in the columns.

Arguments

References

http://www.basketballgeek.com/data/

Examples

Run this code
# NOT RUN {
data(assists)

if (require("sna")) {
    set.seed(2011)
    gplot(assists, displaylabels = TRUE, label.cex = 0.7)
}
# }

Run the code above in your browser using DataLab