segplot
function.prepanel.segplot(x, y, z, subscripts, horizontal = TRUE, ...)panel.segplot(x, y, z, level = NULL, subscripts,
at,
draw.bands = is.factor(z),
col,
lty,
lwd,
border,
col.regions = regions$col,
band.height = 0.6,
horizontal = TRUE,
...,
centers = NULL,
pch = 16)
x1
, x2
and
y
respectively in the segplot
formula. The names are
different for compatibility with panel.levelplot
. These are
all the original vectors iny
-locations.centers
.x
, y
, z
and level
, giving the packet
for the current panel.level
where color code changes"plot.line"
or "bar.fill"
for
segments and rectangles respectively. col
is overridden by
col.regions
if level
is not nulevelplot
draw.bands
is TRUE
panel.rect
or
panel.segments
as appropriate.prepanel.segplot
a list with components xlim
and ylim
segplot