getFacets: Title

View source: R/copied_from_conveniencefunctions.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/petab documentation built on Oct. 9, 2022, 3:07 p.m.