curves.plot {IsotopeR} | R Documentation |
Plots the population level proportional source estimates (solid black line), group level and individual level estimates (blue).
curves.plot(jags.1, num.sources, num.chains, color = FALSE, individuals, xlab.vec,
num.groups)
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. |
Jake Ferguson
## Not run:
IsotopeR()
load(SampleOutput.Rdata)
curves.plot(jags.1=jags.out, num.sources=3, individuals=7)
## End(Not run)