obj <- ggplot2::facet_grid(
rows = vars("a", "b"), cols = vars("c", "d"),
scales = 'free', as.table = FALSE, switch = 'x', shrink = FALSE
)
cloneFacet(obj)
cloneFacet(obj, verbose = TRUE)
Run the code above in your browser using DataLab