plot.pal2table: Plots pal2table object

View source: R/plot.pal2table.r

plot.pal2tableR Documentation

Plots pal2table object

Description

Plots symbols, colors and the corresponding factor labels of a pal2table object.

Usage

## S3 method for class 'pal2table'
plot(x)

Arguments

x

An object created with pal2table

Author(s)

Pedro Martinez Arbizu

See Also

pal2table

Examples

data(iris)
irc <- pal2table(iris$Species)
plot(irc)


pmartinezarbizu/dada2pp documentation built on Feb. 7, 2024, 7:01 a.m.