plot.cmdscaleE {stops}R Documentation

S3 plot method for cmdscaleE

Description

S3 plot method for cmdscaleE

Usage

## S3 method for class 'cmdscaleE'
plot(
  x,
  plot.type = c("confplot"),
  plot.dim = c(1, 2),
  col,
  label.conf = list(label = TRUE, pos = 3, col = 1, cex = 0.8),
  identify = FALSE,
  type = "p",
  pch = 20,
  asp = 1,
  main,
  xlab,
  ylab,
  xlim,
  ylim,
  legpos,
  ...
)

Arguments

x

cmdscaleE object

plot.type

type of plot

plot.dim

dimensions used for plotting

col

color

label.conf

list of label options

identify

boolean flag for interactively identify points

type

type of plot

pch

plotting character

asp

aspect ratio (defaults to 1)

main

main title

xlab

label of x axis

ylab

label of y axis

xlim

limits of x axis

ylim

limits of y axis

legpos

position of legend

...

additional arguments passed to plot

Details

This function duplicates the plot method for smacof so it can be used with cmdscaleE objects. See plot.smacof for the arguments.

Value

No return value, just plots a 'cmdscaleE' object.


[Package stops version 1.0-1 Index]