[Rd] xyplot,grid.text segfault (PR#948)
p.malewski@tu-bs.de
p.malewski@tu-bs.de
Sat, 26 May 2001 13:24:03 +0200 (MET DST)
First, thank you very much for that lattice-package, second, the code
below segfaults R:
zz <- data.frame(
y=rnorm(100),x=rnorm(100),z=round(rnorm(100)),
g=as.character(rep(1:2,50)))
xyplot(y~ x|z,data=zz,groups=g,
panel = function(x, y, subscripts, groups)
grid.text(x=x, y=y, label=groups[subscripts])
)
I'm not sure if I have understood that panel stuff right, but anyway,
it shouldn't segfault. BTW: I also unsure if I have to use the
develop-version of R & whether lattice bugs should be submitted
(because of the devel-status??).
Peter
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =
major = 1
minor = 2.3
year = 2001
month = 04
day = 26
language = R
Search Path:
.GlobalEnv, package:grid, package:lattice, package:ctest, Autoloads, package:base
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._