STARFISH customized facets with units on right side
Usage
facet_wrap_starfish(
  facets = ~anon_unit,
  ncol = 1,
  nrow = NULL,
  strip.position = "right",
  drop = TRUE,
  scales = "fixed",
  shrink = TRUE,
  labeller = "label_value",
  as.table = TRUE,
  switch = NULL,
  dir = "h",
  ...
)
facet_wrap_sf(
  facets = ~anon_unit,
  ncol = 1,
  nrow = NULL,
  strip.position = "right",
  drop = TRUE,
  scales = "fixed",
  shrink = TRUE,
  labeller = "label_value",
  as.table = TRUE,
  switch = NULL,
  dir = "h",
  ...
)Arguments
- facets
 defaults to variable anon_unit
- ncol
 defaults to 1
- nrow
 defaults to NULL
- strip.position
 "right"
- drop
 default: TRUE
- scales
 default: fixed
- shrink
 default fixed
- labeller
 "label_value"
- as.table
 TRUE
- switch
 NULL
- dir
 "h"
- ...
 to pass to
ggplot2::facet_wrap