<font class="Apple-style-span" face="georgia, serif"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><font face="georgia,serif">Hi, R-Helpers,</font><div>

<font face="georgia, serif"><br></font></div><div><font face="georgia, serif">I would like to ask about multiple graphs in one figure. I tried to execute the following codes.</font></div><div><font face="georgia, serif"><br>

</font></div><div><font face="georgia, serif"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">xlim &lt;- c(1,100)</font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">ylim &lt;- c(1,4)</font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">plot(NA, xlim=xlim, ylim=ylim)</font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace"><br></font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">x &lt;- c(1:100)</font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">for(j in seq(1,10,by=1)) {</font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">     y &lt;- j*x^2+log(j)</font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">     lines(x, y)</font></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font face="&#39;courier new&#39;, monospace">}</font></blockquote><div><br></div><div>In the above codes, I had to  arbitrarily set up the coordinate range of the figure in advance before calculating the values y. (see<font face="&#39;courier new&#39;, monospace">xlim</font> and <font face="&#39;courier new&#39;, monospace">ylim</font>)</div>

<div>In results, the figure did not contain all data since most of data were outside the predefined range.</div><div>I am wondering about how to control <font face="&#39;courier new&#39;, monospace">xlim</font> and <font face="&#39;courier new&#39;, monospace">ylim</font> adaptive to the real range of data, in order to include all data in the figure.</div>

<div>Thank you for your great help and contribution.</div><div><br></div><div>Best Regards,</div></font><div><div><font face="georgia, serif">Stephen You</font></div></div></div></span></font><div></div><br>
<div class="signature">--
<br>Wonsang You
<br>Special Lab Non-Invasive Brain Imaging
<br>Leibniz Institute for Neurobiology
<br><a href="http://www.ifn-magdeburg.de?by-user=t" target="_top" rel="nofollow" link="external">http://www.ifn-magdeburg.de</a></div>
<br><hr align="left" width="300">
View this message in context: <a href="http://r.789695.n4.nabble.com/How-to-Adaptively-Set-Up-the-Coordinate-Range-of-Multiple-Graphs-in-One-Figure-tp2401285p2401285.html">How to Adaptively Set Up the Coordinate Range of Multiple Graphs in One Figure</a><br>
Sent from the <a href="http://r.789695.n4.nabble.com/datatable-help-f2315188.html">datatable-help mailing list archive</a> at Nabble.com.<br>