Displaying 1 result from an estimated 1 matches for "techingdemos".
Did you mean:
teachingdemos
2007 Jun 19
2
axis labels in multiple plots
...s with mgp does not help because it
controls both axes simultaneously. For example, with default values (mgp = c(3, 1, 0)) y-axis
labels are ok, but x-axis labels are not. Setting mgp = c(3, 0, 0) gives good x-axis labels but
the y-axis labels are over the axis. Since I'm using subplot() from TechingDemos package I
don't know how to pass the mgp argument for every axis (like : axis(2, mgp = c(3, 1, 0)).
I'm using R version 2.5.0 with Windows XP
##
sim.data <- array(runif(420), dim = c(4, 5, 7, 3),
dimnames = list(paste("var", 1:4, sep = ""), paste("year"...