Skip to content

how to enclose two xyplot

2 messages · Francesco Nutini, Felix Andrews

#
Hi,

Could you not simplify your a and b plots into one like

xyplot(NDVI_P10 + AVG_NDVI_P10 ~ dek_num | Year,
    data=data, lty = 3:2, col = c("darkgrey", "black"), ..., [etc]
    auto.key = list(lines = TRUE, points = FALSE))

Otherwise please provide a commented, minimal, self-contained,
reproducible example.

Regards
Felix
On 15 April 2011 18:25, Francesco Nutini <nutini.francesco at gmail.com> wrote: