Skip to content

figure with inset

1 message · Greg Snow

#
There is a subplot command in the latest version of the TeachingDemos
package (version 1.1 available today) that does what you want using
traditional graphics (others have given suggestions using grid
graphics).  An example:
c(1,5),c(5000,9000))

Or
Or
See the help on subplot for more examples.