Description Usage Arguments Author(s) References See Also Examples
This function produces a scatterplot matrix for integer data
1 2 |
dat |
a dat frame |
type |
type of plot, i.e., 'jitter', 'size', 'count', 'sun', and 'identity' |
barplot |
logical: if |
curves |
logical: if |
Takuya Yanagida takuya.yanagida@univie.ac.at
Rasch, D., Kubinger, K. D., & Yanagida, T. (2011). Statistics in psychology - Using R and SPSS. New York: John Wiley & Sons.
1 2 3 4 5 6 7 8 9 10 11 12 13 | dat <- round(sim.cor(200, rho = 0.7))
# Scatterplot matrix: jitter
scatterplot(dat)
# Scatterplot matrix: size
scatterplot(dat, type = "size")
# Scatterplot matrix: count
scatterplot(dat, type = "count")
# Scatterplot matrix: sun
scatterplot(dat, type = "sun")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.