briandk / granovaGG

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance
Other
15 stars 4 forks source link

granovagg.contr documentation has incorrect info about returning plots as a list #108

Closed briandk closed 13 years ago

briandk commented 13 years ago

[Currently], it reads:

If print.four.plots.per.page is set to FALSE, the function returns a list of ggplot objects, one element per plot. That allows you to index any individual plot or plots, then modify them as you wish. When print.four.plots.per.page is set to FALSE (the default), the function prints four plots per page on a graphical device but returns NULL.

By default, print.four.plots.per.page is set to TRUE.