facet_form {ss3sim} | R Documentation |
A helper function for building a ggplot facet. Used internally by the plotting functions.
Description
A helper function for building a ggplot facet. Used internally by the plotting functions.
Usage
facet_form(horiz = NULL, horiz2 = NULL, vert = NULL, vert2 = NULL)
Arguments
horiz , horiz2 |
A character string denoting which column to use as
the first ( |
vert , vert2 |
A character string denoting which column to use as
the first ( |
Value
A formula which can be used in facet_grid
, or NULL if all
arguments are NULL
Author(s)
Cole Monnahan
[Package ss3sim version 1.0.3 Index]