<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
hello all,
<br>I want to draw a figure with multiple plot on the same page using the
par(fig=value) parameter but
<p>> par(fig = c(0, 50, 60, 95)/100, adj = 5/10)
<br>> eboulis(iris.acp)
<br>> par(fig = c(45, 100, 60, 95)/100, mgp = c(3, 1/2, 0))
<br>> boites(iris.acp)
<p>draw the graphics on 2 different pages.
<br>what am I doing wrong ?
<br>thanks for your help.
<br> Mathieu
<p>[using R 0.65 under Linux Redhat 6.0]
<pre>--
----------------------------------------------------------------------
Mathieu Ros - 13 rue bévière - 38000 GRENOBLE - 04 76 491 370
<A HREF="http://www.multimania.com/mathieuros/index2.html">http://www.multimania.com/mathieuros/index2.html</A>
DESS ingénierie mathématique (biostatistiques)
Universite Joseph Fourier, Grenoble
----------------------------------------------------------------------
La science détient la vérité, ne vous laissez pas avoir par les faits.</pre>
</html>