Description Usage Arguments Value Author(s) See Also Examples
Identical to drawExtent except that the resulting extent is printed to the console with a formatted extent command which can be copied and pasted to a script for reproducability.
| 1 | saveExtent(..., digits = 0)
 | 
| ... | Arguments to be passed to  | 
| digits | integer indicating the number of decimal places (passed to  | 
an object of class extent with the side effect of having the extent command with resulting parameters printed to the console for reproducability.
Ben DeVries
| 1 2 3 4 5 6 | ## Not run: 
data(tura)
plot(tura, 6)
e <- saveExtent() # draw extent on the plot, and associated extent() command will be printed to console, while extent is saved to workspace
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.