mds: Multidimensional Scaling Plot

View source: R/mds.h.R

mdsR Documentation

Multidimensional Scaling Plot

Description

Multidimensional Scaling Plot

Usage

mds(
  mode = "simple",
  data,
  labels,
  vars,
  k = 2,
  plot = FALSE,
  plot1 = FALSE,
  xlab,
  ylab,
  zlab,
  plot2 = FALSE,
  width = 500,
  height = 500,
  width1 = 500,
  height1 = 500,
  width2 = 500,
  height2 = 500
)

Arguments

mode

.

data

The data as a data frame.

labels

.

vars

.

k

.

plot

.

plot1

.

xlab

.

ylab

.

zlab

.

plot2

.

width

.

height

.

width1

.

height1

.

width2

.

height2

.

Value

A results object containing:

results$instructions a html
results$plot an image
results$plot1 an image
results$plot2 an image
results$text a preformatted
results$clust an output

hyunsooseol/snowCluster documentation built on April 5, 2025, 2:06 a.m.