sp_get_ggplot_limits | R Documentation |
Get the x, y limits of a ggplot2 plot
sp_get_ggplot_limits(p)
p |
A ggplot2 object |
A list list(xmin = xmin, xmax = xmax, ymin = ymin, ymax = ymax)
## Not run:
sp_get_ggplot_limits(p)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.