Skip to content

R: Trellis Graph

3 messages · K&A, Greg Snow, Deepayan Sarkar

K&A
#
I would like to plot X against Y in a trellis graph, wherein Y is the
conditioning variable.  Y represents time, but instead of distinct
categories
(eg, 0-10,11-20,21-30,...) I would like to use overlapping categories
(0-10,0-20,0-30,...).  Does anyone know how to do this, either via options
in R graphics or by manipulating the data ? 
Thank you.
Kieran Burnett
#
?lattice::shingle

Hope that helps, if not, give more detail/example.
#
On Mon, Feb 2, 2009 at 11:05 AM, Greg Snow <Greg.Snow at imail.org> wrote:
The example in

help(banking, package = "lattice")

should also be relevant.

-Deepayan