Description Usage Arguments Value Examples
Get the x, y limits of a ggplot2 plot
1 |
p |
A ggplot2 object |
A list list(xmin = xmin, xmax = xmax, ymin = ymin, ymax = ymax)
1 2 3 4 | ## 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.