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 know the y-axis is from ~38 to ~42 and store this information into a vector Is there some way to query what the bounds of the current graph are? Thanks! [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.