powered by
Returns a plot of the bivariate relationship between two measures with a rugplot for each measure.
bivarrugplot(x, y, data)
A vector.
A data frame.
A plot of the bivariate relationship between two measures with a rugplot for each measure.
# NOT RUN { a <- runif(1000, min = 0, max = 1) b <- a + rnorm(1000, mean = 0, sd = 1) data <- data.frame(a, b) bivarrugplot("a", "b", data) # }
Run the code above in your browser using DataLab