scatterplot | R Documentation |
This function produces a scatterplot matrix
scatterplot(data, type = c("jitter", "size", "count", "sun"))
data |
a data frame |
type |
type of plot, i.e., 'jitter', 'size', 'count', and 'sun' |
Takea Semantic Structure Analysis (TSSA) and Sakai Sequential Relation Analysis (SSRA) are graphical approaches
Takuya Yanagida Keiko Sakai
Takeya, M. (1991). A new test theory: Structural analyses for educational information. Tokyo: Waseda University Press.
TSSA
, SSRA
# Example data based on Takeya (1991)
# Scatterplot matrix: jitter
scatterplot(exdat)
# Scatterplot matrix: size
scatterplot(exdat, type = "size")
# Scatterplot matrix: count
scatterplot(exdat, type = "count")
# Scatterplot matrix: sun
scatterplot(exdat, type = "sun")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.