Skip to content

How to change x axes' range

1 message · Liaw, Andy

#
Add xaxt="n" in matplot(), then follow by axis(1, at=1:ncol(t),
labels=c("A", "B", ...)).

HTH,
Andy