Skip to content
Prev 78248 / 398502 Next

grob questions

If I run the following example from:
http://www.stat.auckland.ac.nz/~paul/grid/doc/grobs.pdf
+ gp = gpar(col = "grey")), xaxisGrob(name = "xaxis")))
then
lists 'at' but not the 'labels'.

yet if I do this then the labels are listed:
[1] "major"  "ticks"  "labels"


1. How do I get to labels in the first case?

2. Is there a better construct than myplot$children$xaxis?

Thanks.