getFacets: Title

View source: R/plotting.R

getFacetsR Documentation

Title

Description

Title

Usage

getFacets(fp, type)

Arguments

fp, type

see code of getPaginateInfo()

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

Examples

pl <- ggplot(diamonds) +
  geom_point(aes(carat, price), alpha = 0.1) +
  facet_grid_paginate(color ~ cut:clarity, ncol = 3, nrow = 3, page = 4)
fp <- pl$facet$params
type <- "facet_grid_paginate"
getFacets(fp, type)

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.