Hi
Gabor Grothendieck wrote:
The following:
library(grid)
grid.newpage()
example(Grid)
has the yaxis label partly cut off and the x axis label does not appear at all.
Also ?grid.multipanel in that example brings up documentation for
grid-internal but this would not seem to be internal if its part of an example.
grid.multipanel() is just a demo hack function, not intended for people
to use for anything serious, just meant to provide an example of what
can be done. It had some merit when grid was just a prototype package
for people to play with. Now that grid is more mature I should probably
just kill grid.multipanel().