# 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")
Run the code above in your browser using DataLab