Learn R Programming

IsotopeR (version 0.5.4)

curves.plot: Curves Plot

Description

Plots the population level proportional source estimates (solid black line), group level and individual level estimates (blue).

Usage

curves.plot(jags.1, num.sources, num.chains, color = FALSE, individuals, xlab.vec, num.groups)

Arguments

jags.1
A jags object, output from the runjags package.
num.sources
Number of isotopic sources used
num.chains
Number of mcmc chains
color
Whether to make plots in color
individuals
Number of individuals in the sample
xlab.vec
The name of dietary sources.
num.groups
The number of groups that were estimated.

Examples

Run this code
## Not run: 
# IsotopeR()
# load(SampleOutput.Rdata)
# curves.plot(jags.1=jags.out, num.sources=3, individuals=7)
# ## End(Not run)

Run the code above in your browser using DataLab