Use the lattice package:
library(lattice)
histogram( ~ escore | inst, data=X)
if X
is your data.frame object.
Dirk Eddelbuettel
2009-10-05 17:46:21
Use the lattice package:
library(lattice)
histogram( ~ escore | inst, data=X)
if X
is your data.frame object.