Learn R Programming

provenance (version 1.5)

plot.compositional: Plot a pie chart

Description

Plots an object of class compositional as a pie chart

Usage

"plot"(x, sname, annotate = TRUE, colmap = NULL, ...)

Arguments

x
an object of class compositional
sname
the sample name
annotate
a boolean flag controlling if the pies of the pie-chart should be labeled
colmap
an optional string with the name of one of R's built-in colour palettes (e.g., heat.colors, terrain.colors, topo.colors, cm.colors), which are to be used for plotting the data.
...
optional parameters to be passed on to the graphics object

Examples

Run this code
data(Namib)
plot(Namib$HM,'N1',colmap='heat.colors')

Run the code above in your browser using DataLab