Displaying 1 result from an estimated 1 matches for "xyp3".
Did you mean:
xy3
2010 Jul 27
2
lattice: option to sort x when type = l
...in% type) {...}' block of the default panel.xyplot ()
> # which reads default.args$sort.type.l (this should be set to FALSE, by default)
> source ('http://www.stat.osu.edu/~pkapat/miscl/panel.xyplot.sort.R')
>
> lattice.options (default.args = list (sort.type.l = TRUE))
> xyp3 <- update (xyp1, main = 'Using hacked panel.xyplot', panel = function (...) panel.xyplot (...)) # using the hacked panel.xyplot ()
>
> # display:
> plot (xyp1); dev.new (); plot (xyp2); dev.new (); plot (xyp3)
Regards,
--
Prasenjit