florentine.sn | R Documentation |
Florentine matrimonial links as an igraph
object; it includes marriages as well as commercial links between Florentine families.
data("florentine.sn")
Florentine matrimonial links as an igraph
object; it includes marriages as well as commercial links between Florentine families as recorded by Padgett and Ansell \insertCitepadgett1993robustdupNodes and published by \insertCiteWang2022dupNodes. It has been enriched with the Medici family genealogy, adding a single self-loop to it.
This is an igraph
object where vertices are Florentine families, and edges link two families that have some kind of relationship, either matrimonial or commercial.
A list that can be used as an igraph
object, with noble family names as vertices and edges indicating links.
Data originally from the Wikipedia page on the Medici family, and the Padgett and Ansell paper as codified in the Wang dataset.
J. J. Merelo
link{doges}
library(dupNodes)
library(igraph)
data("florentine.sn")
# All families linked to the Medici
incident(florentine.sn,as.numeric(V(florentine.sn)["MEDICI"]))
# Self loops
E(florentine.sn)[which_loop(florentine.sn)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.