facetAdjust {figuRes2}R Documentation

FacetLabelAdjuster

Description

This function takes a 'facet wrapped' ggplot and adds axis labels when a rxc grid is incomplete

Usage

facetAdjust(x, pos = c("up", "down"), newpage = is.null(vp), vp = NULL)

Arguments

x

a ggplot object

pos

maintain default

newpage

maintain default

vp

maintain default

Value

This function returns a ggplot object.

References

<http://stackoverflow.com/questions/13297155/add-floating-axis-labels-in-facet-wrap-plot>


[Package figuRes2 version 1.0.0 Index]