Learn R Programming

provenance (version 1.4)

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 = "X", ylab = "Y", 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

See Also

indscal

Examples

Run this code
data(Namib)
plot(indscal(Namib$DZ,Namib$HM))

Run the code above in your browser using DataLab