plot.cmds: Plot cmds results

Description Usage Arguments Examples

View source: R/plot.R

Description

This function gives a basic visualization of cmds results.

Usage

1
2
3
## S3 method for class 'cmds'
plot(res, embedding = TRUE, animation = FALSE, delay = 0.1,
  convergence = FALSE, shepard = FALSE)

Arguments

res

The results from running cmds.

embedding

Defaults to TRUE. If nothing else is specified, only the embedding results of cmds are plotted.

animation

If set to TRUE, an animated display for k=2 is created.

delay

This is an optional parameter for the animation, setting the delay between two animation frames.

convergence

If set to TRUE, a trace of cost values is plotted.

shepard

If set to TRUE, a shapard plot is created.

Examples

1
2
3
4

ginagruenhage/cmdsr documentation built on May 17, 2019, 4:20 a.m.