Skip to content

xyplot help

1 message · Duncan Mackay

#
Hi Peter

As for more suggestions

library(latticeExtra)
useOuterStrips(
xyplot(prec~month|year*paste(lat,lon), data=ndata,
    as.table = T,
    type = c("l", "l","p"), ylim=c(min, max),
        layout=c(1,4)) )

have a look at
?strip.custom and ?strip.default as well as ?useOuterStrips for 
customizing the strips
and ?panel.text for within the panel.

HTH

Duncan

Duncan Mackay
Department of Agronomy and Soil Science
University of New England
Armidale NSW 2351
Email: home: mackay at northnet.com.au
At 18:13 20/02/2013, you wrote: