plotScatter {telescope}R Documentation

Pairwise scatter plots of the data.

Description

Scatter plots of the observations are plotted by selecting pairs of dimensions, potentially colored by a known classification.

Usage

plotScatter(x, z, label = "", trim = 0)

Arguments

x

A matrix or data.frame; the data consisting of metric variables.

z

A vector; indicating the color to use for the observations.

label

A character string; the text to include in the axes labels.

trim

A scalar numeric in [0, 0.5); trimming to use for quantiles to determine axes.

Value

NULL

Examples

plotScatter(iris[, 1:4], iris$Species, label = "dim")

[Package telescope version 0.1-0 Index]