One Windows when I run this code the TRUE/FALSE in the legend are partially cut off
m <-structure(c(TRUE, TRUE, FALSE, TRUE, TRUE, FALSE, TRUE, TRUE,
FALSE, FALSE, TRUE, FALSE, FALSE, TRUE, TRUE), .Dim = c(3L, 5L))
library(plot.matrix)
plot(m)
I know this is mentioned in the help file and that I can add mar=c(4,4,4,4), say, to the plot call but it would be nice if the default provided something reasonable out of the box.
One Windows when I run this code the TRUE/FALSE in the legend are partially cut off
I know this is mentioned in the help file and that I can add
mar=c(4,4,4,4), say, to theplotcall but it would be nice if the default provided something reasonable out of the box.