Usage
entropy.plot(lst, y, x, ord=TRUE, type=c("species","sites")[1], labs, segs = TRUE, wid.seg=0.25, pchs = c(15,19,0,2,6,2,15,17,21,17), ...)
Arguments
lst
a list of mdm
fitted models
y
optional -- locations of the components on the vertical axis
x
optional -- used to provide the range of the horizontal axis
ord
if TRUE orders the components by total entropy of each fitted model.
type
should the plot break down entropy by species (columns = default) or sites (rows).
labs
an (optional) vector of labels for species (or sites if type == "sites").
segs
use segments to plot end of bars as vertical lines
wid.seg
widths of bar ends
pchs
some nice plotting characters
...
other arguements passed to the plot function (e.g. cex).