Skip to content
Prev 82449 / 398506 Next

figure with inset

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.