Hi

Greg Snow wrote:
The subplot function in the TeachingDemos package will create a new
plot inside of the existing one, so if you can plot your one image,
the subplot function will help (using base graphics).  The EBImage
package may help with the reading and plotting of the figure.  (there
is also grImport, but it looks like it is fully grid based which is

Just to clarify, only the *drawing* parts of the package are grid-based; the *import* parts of the package are more neutral and it is possible to draw the resulting imported image using "base" graphics (it's just hard/painful to write a *general* drawing function for the imported image using base graphics).

Paul

harder to work with base plots, on the other hand if your plot is
grid based, then it will work better than subplot).

Hope this helps,


--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
p...@stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/

______________________________________________
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.

Reply via email to