facet_render.ggTicks: Render Facets with Mirrored Axes

Description Usage Arguments Details Value Author(s)

View source: R/mirror_gg.R

Description

S3 methods for the (undocumented, internal) ggplot2 generic facet_render.

Usage

1
2
3
4
	## S3 method for class 'ggTicks'
facet_render(...)
	## S3 method for class 'ggTicksAll'
facet_render(...)

Arguments

...

arguments. Provided by the facet_render generic and passed unchanged to NextMethod("facet_render").

Details

These methods are called automatically by ggplot2 whenever it renders a ggplot object with mirrored axes. You should never need to call them directly.

Method dispatch is done according to the first entry of class(ggobj$facet), hopefully as set by mirror_ticks: ‘ggTicksAll’ if mirror_ticks was called with allPanels=TRUE, ‘ggTicks’ otherwise.

Value

Invisibly, a gtable containing the result of calling mirror_gtable on the output of ggplot's internal generic facet_render.

Author(s)

Chris Black <chris@ckblack.org>


infotroph/ggplotTicks documentation built on May 18, 2019, 4:53 a.m.