Displaying 2 results from an estimated 2 matches for "gepretty".
Did you mean:
geppetto
2006 Mar 17
1
Adding axis limit to log-log plot
...turn out to be error (see below). Any solution is much 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...
2007 May 12
2
Implicit vs explicit printing and the call stack
...39;m not sure if I've provided enough information to be able to solve
the problem, so please let me know what additional details would be
useful.
Thanks,
Hadley
> ggplot(mtcars, aes(x=cyl, y=-mpg)) + scale_y_log10() + geom_point()
Error in grid.pretty(.$domain()) : infinite axis extents [GEPretty(-inf,inf,5)]
In addition: Warning messages:
1: NaNs produced in: log(x, base)
2: no non-missing arguments to min; returning Inf
3: no non-missing arguments to max; returning -Inf
4: no non-missing arguments to min; returning Inf
5: no non-missing arguments to max; returning -Inf
> traceback()
16...