Skip to content
Prev 86372 / 398506 Next

the proper way to use panel functions in lattice package?

On 2/10/06, simon chou <sentientc at gmail.com> wrote:
Yes, namely that `standard graphics' (the 'graphics' package)
functions (like plotMap) don't (easily) work with grid graphics (the
'grid' package) which lattice uses. Unfortunately, I have no idea if
there are any grid compatible equivalents of plotMap.
contourplot uses contourLines (which I assume is what you meant)
internally, so any differences probably stem from the choice of
default arguments.
Deepayan