Displaying 13 results from an estimated 13 matches for "nonfinit".
Did you mean:
nonfinite
2003 Nov 06
1
some error messages using arm cpu with Debian
I have a small handheld pc having ARM process as a CPU. I installed debian and installed R using apt-get command. Everything worked great except for drawing even simple graphs
x <- 1:10
plot(x)
I got error messages
1: Nonfinite axis limits [GScale(nan,nan,1, .); log=0]
2: relative range of values = 9.0072e+15 * EPS, is small (axis 1).
3: Nonfinite axis limits [GScale(-inf,inf,2, .); log=0]
4: relative range of values = 9.0072e+15 * EPS, is small (axis 2).
I searched R-help Archives hoping...
2003 Nov 07
0
error message using ARM cpu with Debian
...ailing list.
I have a small handheld pc having ARM process as a CPU. I installed
debian and installed R (R-1.7.0 base and core, help html, latex-help) using apt-get command. Everything worked great
except for drawing even simple graphs
x <- 1:10
plot(x)
I got error messages
1: Nonfinite axis limits [GScale(nan,nan,1, .); log=0]
2: relative range of values = 9.0072e+15 * EPS, is small
(axis 1).
3: Nonfinite axis limits [GScale(-inf,inf,2, .); log=0]
4: relative range of values = 9.0072e+15 * EPS, is small
(axis 2).
I searched R-h...
2023 Aug 06
2
hist(..., log="y")
Sorry if this topic has been discussed earlier.
Currently, hist(..., log="y") fails with
> hist(rexp(1000, 1), log="y")
Warning messages:
1: In plot.window(xlim, ylim, "", ...) :
nonfinite axis=2 limits [GScale(-inf,2.59218,..); log=TRUE] -- corrected
now
2: In title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
"log" is not a graphical parameter
3: In axis(1, ...) : "log" is not a graphical parameter
4: In axis(2, at = yt, ...) : "log" is...
2023 Aug 06
1
hist(..., log="y")
...et <otoomet at gmail.com> wrote:
>
> ?Sorry if this topic has been discussed earlier.
>
> Currently, hist(..., log="y") fails with
>
>> hist(rexp(1000, 1), log="y")
> Warning messages:
> 1: In plot.window(xlim, ylim, "", ...) :
> nonfinite axis=2 limits [GScale(-inf,2.59218,..); log=TRUE] -- corrected
> now
> 2: In title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
> "log" is not a graphical parameter
> 3: In axis(1, ...) : "log" is not a graphical parameter
> 4: In axis(2, at = yt, .....
2009 Jul 17
2
log error for use on axis
Hi,
I am new to R plot. I am trying to scale my y axis in log. When I
do this I receive the following error
Error in axis(side = side, at = at, labels = labels, ...) :
CreateAtVector [log-axis()]: axp[0] = 0 < 0!
In addition: Warning messages:
1: In plot.window(...) :
nonfinite axis limits [GScale(-inf,1.31772,2, .); log=1]
2: In axis(side = side, at = at, labels = labels, ...) :
CreateAtVector "log"(from axis()): axp[0] = 0 !
My code is as follows:
foundOr <- read.table("yahoos_f.txt", sep="," , header=T)
if (max(foundOr$s_) >=...
2010 Jul 19
2
problems with plot()
...to "l".
However, it is not clear to me why I must specify 'log'. It should still be
equal to "" since it was not changed in any previous call to plot(), but if
I do not specify it as above I get (4 of) the following message:
Warning messages:
1: In plot.window(...) :
nonfinite axis limits [GScale(-inf,0,1, .); log=1
I would like to know the reason for this. Also, if my variables are named
anything other than 'x' and 'y', the x and y axes are not labeled according
to the xlab and ylab values I set in my call to plot. Why is this?
Thank you very much.
--...
2006 Mar 17
1
Adding axis limit to log-log plot
...ch appreciated.
> plot(maxsd$tph,maxsd$qdbh,log="xy",xlab="Stand density(trees per ha)",ylab="Quadratic mean dbh (cm)",ylim=c(0,50))
Error in plot.window(xlim, ylim, log, asp, ...) :
Infinite axis extents [GEPretty(0,1.#INF,5)]
In addition: Warning message:
Nonfinite axis limits [GScale(-1.#INF,1.69897,2, .); log=1]
Thanks
Abd. Rahman Kassim, PhD
Forest Management & Ecology Program
Forestry & Conservation Division
Forest Research Institute Malaysia
Kepong 52109 Selangor
Malaysia
Fax: 603-62729852
Tel: 603-62797179
*******************************...
2011 Nov 10
1
beanplot without log scale?
...able to create multiple beanplots of different data on the same specified y-axis.
When I try to force a ylim, I get the following...
> beanplot(reg5vel,ylim=(c(0,12000)))
log="y" selected
Warning message:
In plot.window(xlim = c(0.5, 7.5), ylim = c(0, 12000), log = "y") :
nonfinite axis limits [GScale(-inf,4.07918,2, .); log=1]
Thanks,
Twila
[[alternative HTML version deleted]]
2001 Sep 21
0
R 1.3.1 fails 'make check' on arm in the Bessel example (PR#1097)
...for fixed ", x,
+ ", as ",f(nu))),
+ xlab = expression(nu))
Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
Metric information not yet available for this device
In addition: Warning messages:
1: Nonfinite axis limits [GScale(nan,nan,1, .); log=0]
2: relative range of values = 9.0072e+15 * EPS, is small (axis 1).
3: Nonfinite axis limits [GScale(-inf,inf,2, .); log=0]
4: relative range of values = 9.0072e+15 * EPS, is small (axis 2).
Execution halted
Casual inspectio...
2009 Nov 18
2
error message; ylim + log="y"
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]]
2001 Sep 24
1
R-devel Digest V1 #314
...for fixed ", x,
+ ", as ",f(nu))),
+ xlab = expression(nu))
Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
Metric information not yet available for this device
In addition: Warning messages:
1: Nonfinite axis limits [GScale(nan,nan,1, .); log=0]
2: relative range of values = 9.0072e+15 * EPS, is small (axis 1).
3: Nonfinite axis limits [GScale(-inf,inf,2, .); log=0]
4: relative range of values = 9.0072e+15 * EPS, is small (axis 2).
Execution halted
Casual inspectio...
2004 Oct 04
7
R 2.0.0 is released
...y, w, and h as well as length of x.
- All primitives (rectangles, lines, text, ...) now handle
non-finite values (NA, Inf, -Inf, NaN) for locations and
sizes.
Non-finite values for locations, sizes, and scales of
viewports result in error messages.
There is a new vignette ("nonfinite") which describes this
new behaviour.
- Fixed (unreported) bug in drawing circles. Now checks that
radius is non-negative.
- downViewport() now reports the depth it went down to find a
viewport. Handy for "going back" to where you started, e.g., ...
depth <-...
2004 Oct 04
7
R 2.0.0 is released
...y, w, and h as well as length of x.
- All primitives (rectangles, lines, text, ...) now handle
non-finite values (NA, Inf, -Inf, NaN) for locations and
sizes.
Non-finite values for locations, sizes, and scales of
viewports result in error messages.
There is a new vignette ("nonfinite") which describes this
new behaviour.
- Fixed (unreported) bug in drawing circles. Now checks that
radius is non-negative.
- downViewport() now reports the depth it went down to find a
viewport. Handy for "going back" to where you started, e.g., ...
depth <-...