Skip to content
Prev 176059 / 398503 Next

Changing the y-axis units of a lattice histogram

Try:

library(lattice)
histogram( ~ height | voice.part,
          data = singer, type = "c",
          scales = list(y =
            list(at = seq(0, 20, 5),
                 labels = seq(0, 200, 50))))

HTH,

--sundar
On Fri, Apr 3, 2009 at 2:01 PM, Judith Flores <juryef at yahoo.com> wrote: