R/plot_clone.R

Defines functions plot_clone

plot_clone <- function(plot) {
  p <- plot
  p$scales <- plot$scales$clone()
  p
}

Try the ggedit package in your browser

Any scripts or data that you put into this service are public.

ggedit documentation built on July 8, 2020, 5:34 p.m.