Displaying 3 results from an estimated 3 matches for "trellice".
2007 Sep 11
6
xyplot question
I have the code below and it works fine if I print the xyplot but if I
take the print out, then I just get a blank
pdf. The same holds if I just send the plot to the console without the
print ( I get nothing ). My question is whether this is always
the case with xyplot or is there something wrong with my settings ? I am
on linux ( redhat ) and using R.2.5.0. Thanks.
load("stocks.dat")
2002 Feb 26
1
? Nice colors for lattice?
Just a quick question: Does anybody has a nice palette (
yes, I know that this isn't the right lattice-command) for lattice?
I'm just making some graphs for a poster-presentation and I'm don't really
like these trellice colors.
Thanks
Peter
--
P.Malewski, Limmerstr.47, 30451 Hannover, 0511-2135008
At work: http://www.MH-Hannover.de 0511 532 3194 / Fax: 0511 532 3190,
P.Malewski at tu-bs.de, peter.malewski at gmx.de, malewski.peter at mh-hannover.de.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2003 Jan 31
3
Decreasing my personal entropy ...
R-Listers:
A very minor -- and maybe silly -- question just for personal enlightenment.
In S (either R or S-Plus, AFAIK) when one types or pastes a trellis graphics
command into the commands/console window, the graph is automatically
produced:
e.g.,
trellis.device(...)
xyplot(y~x)
If one puts these in a function and calls the function, the same occurs.
However, if one sources in these command