Learn R Programming

geomnet (version 0.3.1)

theme_elements: ggplot2 theme attribute inheritance network (directed)

Description

A list of two datasets, vertices and edges, containing data on the inheritance structure of theme elements in ggplot2 (see https://ggplot2.tidyverse.org/reference/theme.html) The variables are as follows:

Usage

theme_elements

Arguments

Format

A list of two data frames:

  • the edges data frame consists of two variables of length 48:

    • child: Theme element that inherits its properties from the corresponding parent element

    • parent: Theme element that passes its properties to its children

  • the vertices data frame consists of one variable with information on 53 theme elements:

    • name: Name of the theme element