[BioC] flowviz
Mike
wjiang2 at fhcrc.org
Thu Mar 27 17:42:08 CET 2014
All the graphical parameters can be set through lattice/Trellis
settings: ' par.settings'. e.g. to set background color, simply do:
xyplot(`SSC-H`~`FSC-H`, fs, par.settings =
list(panel.background=list(col = "white")))
to remove grid,
xyplot(`SSC-H`~`FSC-H`, fs, axis = axis.default)
Also 'trellis.par.get()` will give you the full list of lattice
graphical parameters.
Mike
On 03/26/2014 03:27 AM, Joachim Schumann wrote:
> Can I change the color of the background within the xyplot? Now it's
> grey but I would change it into white (I don't need the grids).
>
> Joachim
More information about the Bioconductor
mailing list