doges.marriages: Data on doges' (and parents) matrimonial links

doges.marriages.snR Documentation

Data on doges' (and parents) matrimonial links

Description

An ‘igraph' object that includes doges’ marriages, as well as their fathers', when available.

Usage

data(doges.marriages)

Value

An 'igraph' objects, with vertices corresponding to dogi/dogaresse families, edges (links) corresponding to recorded marriages eigher by doges or by their parents, as shown in the sources. Plese note that this dataset includes self-loops, corresponding to doges that married within their own family.

Every node has two attributes

  • family.type Traditional "type" of the family, depending on how it became noble.

  • family.type.color Color codes for every type of family, for easy plotting

Note

Data originally from the Wikipedia

Author(s)

J. J. Merelo

References

\insertAllCited

See Also

link{doges}

Examples

library(dogesr)
library(igraph)
data(doges.marriages)

# All families linked to the Contarinis
incident(doges.marriages.sn,as.numeric(V(doges.marriages.sn)["Contarini"]))

# Plot graph, with colors depending on the type of family
plot(doges.marriages.sn,vertex.color=V(doges.marriages.sn)$family.type.color)

# Show self-loops in the dataset
print(E(doges.marriages.sn)[which_loop(doges.marriages.sn)])

dogesr documentation built on June 25, 2025, 5:11 p.m.