Skip to content
Prev 7406 / 398498 Next

(Newbie) using par() to regulate viewing area in graphs

On 28.9.2000 10:49 Uhr, Norberto Eiji Nawa wrote:

            
No reason to be embarrassed, most of us started asking questions like this.
I still do.
AFAIK, this is not possible, since the axis ranges are saved with the plot
and can't be changed afterwards. You'll have to change the settings and redo
the graph. If it's a complicated graph, you should pack the commands into a
small function. It's more convenient.

If you upgrade to R 1.11 (which I'd do anyway), you can save a plot to a
variable and recall it later (although not with different settings). Still,
you can then easily compare several versions.

Have fun

Kaspar