Re: [R] Determine Bounds of Current Graph

2010-09-09 Thread David Winsemius
On Sep 9, 2010, at 10:07 AM, Isamoor wrote: I'm having trouble determining the bounds of my current graph. I know how to set the bounds up front (ylim & xlim in most cases), but I would rather be able to dynamically see what was chosen to use in later code. Example: library(maps) map('st

[R] Determine Bounds of Current Graph

2010-09-09 Thread Isamoor
I'm having trouble determining the bounds of my current graph. I know how to set the bounds up front (ylim & xlim in most cases), but I would rather be able to dynamically see what was chosen to use in later code. Example: library(maps) map('state','Indiana') map.axes() ??Something that lets me