Learn R Programming

provenance (version 0.1)

plot.INDSCAL: Plot an INDSCAL group configuration and source weights

Description

Given an object of class INDSCAL, generates two plots: the group configuration and the subject weights. Together, these describe a 3-way MDS model.

Usage

## S3 method for class 'INDSCAL':
plot(x, asp = 1, xlab = "", ylab = "", xaxt = "n",
  yaxt = "n", ...)

Arguments

x
an object of class INDSCAL
asp
the aspect ratio of the plot
xlab
a string with the label of the x axis
ylab
a string with the label of the y axis
xaxt
if = 'y', adds ticks to the x axis
yaxt
if = 'y', adds ticks to the y axis
...
optional arguments to the generic plot function

Examples

Run this code
DZ <- read.DZdata(system.file("DZ.csv",package="provenance"))
HM <- read.HMdata(system.file("HM.csv",package="provenance"))
plot(indscal(DZ,HM))

Run the code above in your browser using DataLab