scatterplot: Scatterplot Matrices

View source: R/scatterplot.R

scatterplotR Documentation

Scatterplot Matrices

Description

This function produces a scatterplot matrix

Usage

scatterplot(data, type = c("jitter", "size", "count", "sun"))

Arguments

data

a data frame

type

type of plot, i.e., 'jitter', 'size', 'count', and 'sun'

Details

Takea Semantic Structure Analysis (TSSA) and Sakai Sequential Relation Analysis (SSRA) are graphical approaches

Author(s)

Takuya Yanagida Keiko Sakai

References

Takeya, M. (1991). A new test theory: Structural analyses for educational information. Tokyo: Waseda University Press.

See Also

TSSA, SSRA

Examples

# 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")

SSRA documentation built on Oct. 17, 2024, 5:08 p.m.

Related to scatterplot in SSRA...