briandk / granovaGG

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance
Other
15 stars 4 forks source link

granova.contr.ggplot plots do not preserve contrast names #41

Closed briandk closed 13 years ago

briandk commented 13 years ago

The current titling (4541ebb1dd9e538fab0778cdd2813479460e18a2) function uses:

ContrastPlotXLabel <- function(index) {
  return(
    xlab(paste("Contrast ", index))
  )
}

which completely ignores any column names for the contrast matrix that might already have been present