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 does not currently show a mean line #33

Closed briandk closed 13 years ago

briandk commented 13 years ago

Consider from granova.contr:

    mnrsp <- mean(resp)
    abline(h = mnrsp, lty = 3, lwd = 0.7, col = "dark red")