<html>
<head>
</head>
<body>
Yes, you're rigth !<br>
<br>
With points(-15,57.5) it works.<br>
<br>
Regards<br>
<br>
EJ<br>
<br>
Uwe Ligges wrote:<br>
<blockquote type="cite" cite="mid:3C5B036D.59F8675F@statistik.uni-dortmund.de">
  <pre wrap="">Ernesto Jardim wrote:<br></pre>
  <blockquote type="cite">
    <pre wrap="">Hi<br><br>I'm using R Version 1.4.0 Patched (2002-01-16) in a SuSE 7.1 box.<br><br>I've a plot with the european coastline. After I want to plot a single<br>point in the map using points, but it plots this point in the wrong<br>place.<br><br>Why is this happening ? Is there a known problem of the points function<br>?<br><br>Regards<br><br>EJ<br><br></pre>
    <blockquote type="cite">
      <pre wrap="">plot(eucoast,type="l")<br>points(c(-15.0,57.5))<br></pre>
      </blockquote>
      </blockquote>
      <pre wrap=""><!----><br>Let me guess, and sorry if I am wrong:<br><br>You want to plot the point at   <br> x = -15<br> y = 57.5<br><br>but you told R to plot it at:<br> x = 1, 2<br> y = -15, 57.5<br><br>So what you should try is:<br> points(-15.0, 57.5)<br><br><br></pre>
      <blockquote type="cite">
        <pre wrap="">ps: shall I send the dat file with the eu coastline ? it&acute;s 56 Kbytes<br>compressed.<br></pre>
        </blockquote>
        <pre wrap=""><!----><br>Maybe there is no need to do this, but if so, just put it on your web<br>page and tell us the location (reducing bandwidth).<br><br>Uwe Ligges<br>-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-<br>r-help mailing list -- Read <a class="moz-txt-link-freetext" href="http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html">http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html</a><br>Send "info", "help", or "[un]subscribe"<br>(in the "body", not the subject !)  To: <a class="moz-txt-link-abbreviated" href="mailto:r-help-request@stat.math.ethz.ch">r-help-request@stat.math.ethz.ch</a><br>_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._<br></pre>
        </blockquote>
        <br>
        </body>
        </html>