doges.marriages.sn {dogesr}R 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.

Every node has two attributes

Note

Data originally from the Wikipedia

Author(s)

J. J. Merelo

References

There are no references for Rd macro ⁠\insertAllCites⁠ on this help page.

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)

[Package dogesr version 0.5.0 Index]