Sundar Dorai-Raj-2 wrote:
> 
> Or perhaps more clearly,
> 
> histogram(~a1 + b1 + c1, data = aa, outer = TRUE)
> 
> 

Why outer=TRUE? Looks same for me without:
Dieter

library(lattice)
aa <- data.frame(a1=rnorm(20),b1=rnorm(20,0.8),c1=rnorm(20,0.5))
histogram(~a1 + b1 + c1, data = aa)


-- 
View this message in context: 
http://n4.nabble.com/sapply-lattice-functions-tp1618134p1676043.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to