search for: gscale

Displaying 13 results from an estimated 13 matches for "gscale".

Did you mean: scale
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 answers to this probl...
2003 Nov 07
0
error message using ARM cpu with Debian
...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-help Archives hoping a...
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 not a graphical paramet...
2023 Aug 06
1
hist(..., log="y")
...om> 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, ...) : "log" is...
2001 Sep 21
0
R 1.3.1 fails 'make check' on arm in the Bessel example (PR#1097)
...", 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 inspection suggests that GScal...
2009 Jul 17
2
log error for use on axis
...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_) >= max(notFoundOr$s_)) m...
1998 Jan 13
0
funny axis ranges; GPretty(.) vs. pretty(.) and all that...
...ur.picture(), "S_cur_pic", T, 1) ] ## The main problem is GPretty() in $RHOME/src/graphics/graphics.c ! ##R: plot.default() --> plot.new(); plot.window(xlim, ylim, log) ##C: 1: do_plot_window() in $RHOME/src/main/plot.c ## checks its arguments and then ## GCheckState(); GScale(xmin, xmax, 1); GScale(ymin, ymax, 2); ## 2: GScale(.) in $RHOME/src/graphics/graphics.c ## checks args; sets up 'xmin', 'xmax' depending on 'log',..axt' ## then GPretty(&xmin, &xmax, &n); ## ~~~~~~~ ## and puts its result in GP->[x/y...
2010 Jul 19
2
problems with plot()
...ver, 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. -- View this message i...
2006 Mar 17
1
Adding axis limit to log-log plot
...lot(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?
...e 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]]
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
...", 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 inspection suggests that GScal...
2005 Mar 05
1
Reverse plot axes with xlim=rev(range(x)) fails with asp=1
Dear R users, I would like to reverse the axes on some xy plots (for example to set the origin at the top left rather than the bottom left). I had planned to use something of the following form: plot(y=y<-c(20,4,5,6),x=x<-c(10,20,30,40),ylim=rev(range(y))) ie reversing ylim to reverse the y axis. This works fine however I also want to use the parameter asp=1 to ensure that equal