Re: [R] Error: arguments imply differing number of rows

2008-03-12 Thread John Kane
Try str() on both objects and see what you get. It does not look like you have two vectors of length=1762. See this for example = aa <- c("A", "B", "D", "D","B", "B","D", "A", "C", "C", "A","D") bb <- rnorm(length(aa)) cc <- matrix(rnorm(length(

[R] Error: arguments imply differing number of rows

2008-03-11 Thread Jeffrey T. Steedle
I am simply trying to put 4 boxplots on the same plot, but I keep getting the "arguments imply differing number of rows" error. Here, I have two variables: a factor x of length 1762 (with 4 levels) and a numeric variable y of length 1762. How is it that my arguments imply differing numbers