Hey Dennis,
As you've undoutedly discovered, par and lattice don't play well together,
because they're different graphics systems.
Most of the par-esque functionality can be found in:
library(lattice)
names(trellis.par.get())
You can then drill down further using:
trellis.par.get('layout.heigh
R: 2.12.1
OS X
Colleagues
I am working with lattice graphics for the first time and I am confused by some
aspects of controlling these graphics. The most pressing issue is the
following:
I can print the graphics without problems with the command:
print(MYFUNCTION(SOMEOBJECT)
However,
2 matches
Mail list logo