plot.mixstock.est {mixstock}R Documentation

plot mixed stock analysis estimates

Description

plots a mixed stock analysis estimate as a point plot with 95% confidence limites

Usage

plot.mixstock.est(x, plot.freqs = FALSE,
sourcectr=FALSE, contrib.lab = "Estimated source contributions",
sourcefreq.lab = "Estimated source marker freqs",
markcolors = rainbow(x$H),...)

Arguments

x mixstock estimate
plot.freqs plot marker frequency estimates?
sourcectr plot source-centric estimates?
contrib.lab label for source contribution plot
sourcefreq.lab label for marker frequency plot
markcolors colors corresponding to markers
... other arguments to barplot

Value

produces a plot on the current graphics device

Examples

  data(simex)
  u1 = uml(simex)
  plot(u1)
  plot(u1,plot.freqs=TRUE)

[Package mixstock version 0.8.4.2 Index]