# NOT RUN {
data(gasoil)
## Log Scaled Oil & Gas Prices :
lattice :: xyplot(oil + gas ~ date, data = gasoil, auto.key=TRUE,
type = c("l","r"),
scales=list(y = list(log = TRUE), equispaced.log = FALSE))
# }
Run the code above in your browser using DataLab