powered by
Compare differences theme object e1 (new theme) to theme object e2 (old theme)
compare(e1, e2, verbose = TRUE)
theme object or character depending on verbose
theme object
logical to control if the output is a character of script or a theme object (default TRUE)
compare(ggplot2::theme_bw(),ggplot2::theme_get()) compare(ggplot2::theme_bw(),ggplot2::theme_get(),verbose=FALSE)
Run the code above in your browser using DataLab