curves.plot {IsotopeR} | R Documentation |
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. |
Author(s)
Jake Ferguson
Examples
## Not run:
IsotopeR()
load(SampleOutput.Rdata)
curves.plot(jags.1=jags.out, num.sources=3, individuals=7)
## End(Not run)
[Package IsotopeR version 0.5.4 Index]