View source: R/plot.pal2table.r
plot.pal2table | R Documentation |
Plots symbols, colors and the corresponding factor labels of a pal2table object.
## S3 method for class 'pal2table'
plot(x)
x |
An object created with pal2table |
Pedro Martinez Arbizu
pal2table
data(iris)
irc <- pal2table(iris$Species)
plot(irc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.