densityplot(~x+y) does what I expect it to do if x and y have equal length.  I 
know how to get what I want if x and y have different lengths.   But what is 
this actually doing if x and y have different lengths?    The relevant example 
is
 
x=rnorm(10)
y=rnorm(50,1)
densityplot(~x+y)
 
 
______________________________________________
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