facet_wrap_helper: facet helper functions

Description Usage Arguments Details Value Author(s) See Also

Description

Call facet functions

Usage

1
2
  facet_wrap_helper(formula, nrow = NULL, ncol = NULL,
    scales = c("fixed", "free", "free_y", "free_x"), ...)

Arguments

formula

formula for use in link{facet_wrap}

nrow

Number of rows.

ncol

Number of columns.

scales

Should scales be fixed ("fixed", the default), free ("free"), or free in one dimension ("free_x", "free_y").

...

Catch all.

Details

These functions merely serve to call facet_wrap, facet_grid or none. It is needed because the program doesn't know if link{facet_wrap} or facet_grid is being called and hence doesn't know what arguments to pass, and those functions are not equiped with ....

Value

The result of link{facet_wrap}.

Author(s)

Jared P. Lander

See Also

facet_wrap facet_grid


jaredlander/mapping documentation built on May 18, 2019, 3:46 p.m.