Skip to content
Prev 388850 / 398502 Next

Dynamic Creation and Use of Object Names

... and to add to Ivan's suggestions, **depending on what you are
trying to show with your grid of graphs,**  you may wish to consider
using ggplot's "facet" capabilities to assure that any quantitative
variables that you are encoding in the maps (e.g. by color, density
shading, etc.) are depicted on the same scale with appropriate
legends.  (Of course, ignore if this is not the case).  If so, you
will need a different data structure for your data, I believe.

Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Aug 23, 2021 at 4:51 AM Dr Eberhard Lisse <nospam at lisse.na> wrote: