[R] figure with inset
Berton Gunter
gunter.berton at gene.com
Tue Dec 6 16:54:18 CET 2005
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Uwe Ligges
> Sent: Tuesday, December 06, 2005 1:54 AM
> To: Pascal.Niklaus at unibas.ch
> Cc: r-help at stat.math.ethz.ch
> Subject: Re: [R] figure with inset
>
> Pascal.Niklaus at unibas.ch wrote:
>
> > I am trying to plot a figure within a figure (an inset that
> shows a closeup of
> > part of the data set). I have searched R-help and other
> sources but not found a
> > solution.
>
> See the examples on the grid package by Paul Murrel in R News.
>
> Uwe Ligges
>
1. Nice posting -- Your little diagram makes your question crystal clear.
2. Murrell's new book, R GRAPHICS, is a comprehensive resource on grid, if
you decide you want to do more with it.
3. See also ?par ... new=TRUE for a (less flexible, but perhaps adequate
for your needs) way to do this in R's traditional graphics system.
Cheers,
Bert
>
> > What I would like to do is
> >
> > (1) produce a plot
> > (2) specify a window that will be used for the next plot
> (in inches or using the
> > coordinate system of the plot produced in (1)
> > (3) overlay a new plot in the window specified under (2)
> >
> > The result would be:
> >
> > +----------------------+
> > | |
> > | first plot |
> > | +--------+ |
> > | | inset | |
> > | +--------+ |
> > | |
> > +----------------------+
> >
> > Thank you for your help
> >
> > Pascal
> >
> > ______________________________________________
> > R-help at stat.math.ethz.ch mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
More information about the R-help
mailing list