facetAdjust: 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)
Value
This function returns a ggplot object.
Arguments
- x
a ggplot object
- pos
maintain default
- newpage
maintain default
- vp
maintain default
References
<http://stackoverflow.com/questions/13297155/add-floating-axis-labels-in-facet-wrap-plot>