View source: R/ggplot2_utils.R
remove_axes | R Documentation |
Utility to remove in a vectorized manner axis elements from a ggplot2
object
remove_axes(where, what)
where |
character vector indicating which axis to remove (e.g., "x" or c("x", "y")) |
what |
character vector indicating which elements to remove (e.g., "title") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.