usr2lims | R Documentation |
This is a simple function which grabs the current plot dimentions and adjusts them by shrinking them by 4
usr2lims(adj=.04)
adj |
The automatic adjustment factor 'plot' adds to buffer the specified plot dimentions. |
A 2 item (x and y) list of 2 item (min and max) vectors for x and y limits of the current plot area
par
plot(c(0,1), c(0,1))
usr2lims()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.