family.colors: Pre-assigned colors for every type of family

family.colorsR Documentation

Pre-assigned colors for every type of family

Description

Load family.colors into the environment, assigning a color to every type of family.

Usage

data("family.colors")

Value

List that assigns a fixed color for every type of family

  • Key: family type as in family.type.

  • Value: color chosen more or less related to the type.

Examples

library(dogesr)
data("family.types")
data("family.colors")

# Which color corresponds to the type of the Dandolo family?
family.colors[[family.types[["Dandolo"]]]]

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