Message-ID: <644e1f320911181419q45ef6621p31642077c7e53f0@mail.gmail.com>
Date: 2009-11-18T22:19:15Z
From: jim holtman
Subject: error message; ylim + log="y"
In-Reply-To: <73B3EA6F-2A09-4C80-BD03-EA74E3313647@googlemail.com>
like this?
> plot(c(),c(), xlim=c(1,10), ylim=c(0,10000), log="y")
Error in axis(side = side, at = at, labels = labels, ...) :
CreateAtVector [log-axis()]: axp[0] = 0 < 0!
In addition: Warning messages:
1: In is.na(y) : is.na() applied to non-(list or vector) of type 'NULL'
2: In plot.window(...) :
nonfinite axis limits [GScale(-inf,4,2, .); log=1]
3: In axis(side = side, at = at, labels = labels, ...) :
CreateAtVector "log"(from axis()): axp[0] = 0 !
You have no data to plot. What were you expecting it to do? When you
say "lot of error messages", please include them and also follow the
posting guide.
On Wed, Nov 18, 2009 at 4:52 PM, Martin Batholdy
<batholdy at googlemail.com> wrote:
> Hi,
>
>
> I get a lot of error messages with this command, but I don't understand why;
>
> plot(c(),c(), xlim=c(1,10), ylim=c(0,10000), log="y")
>
>
> thanks for any help!
> ? ? ? ?[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390
What is the problem that you are trying to solve?