Displaying 2 results from an estimated 2 matches for "naaa".
Did you mean:
naa
2009 May 08
1
centering axis labels in lattice
...labels in
lattice plots and have been unsuccessful so far. For example, the
y-axis labels are always right-justified, but I would like them to be
horizontally centered.
Here's an example:
library(lattice);
# create fake dataset to plot
to.plot <- data.frame(
x = 1:5,
y = c("1\nAAA", "2\nBBB", "3\nCCC", "4\nDDD", "5\nEEE")
);
# initial plot, note that the y-axis labels are right-justified
xyplot(
y ~ x,
to.plot,
pch = 19,
ylab = "",
xlab = "",
cex = 3
);
# now try to set the positioning via scales
xypl...
2007 Sep 18
1
installing rgl package on linux platform
I am using Redhat Linux and my info is below. I was trying to install
the rgl package using R CMD INSTALL and it was doing
fine until it got to the compilation of a pixmap program ? Does anyone
know what I could do to fix that ? Is it possible that
this package is not usable on this platform ? Thanks.
sessionInfo()
R version 2.5.0 (2007-04-23)
i686-pc-linux-gnu
locale:
C
attached base