Learn R Programming

IsotopeR (version 0.5.4)

load.prev.func: load.prev.func

Description

A function for Isotoper that is used to plot output from previous runs of IsotopeR.

Usage

load.prev.func(file.name="SampleOutput.Rdata", plot.observations=TRUE, plot.mixing.estimates=TRUE, plot.dietary.source.contributions=TRUE, color.plots=TRUE)

Arguments

file.name
The .Rdata file from a previous run of IsotopeR.
plot.observations
This will make a plot of the mixing space, meaning the estimated sources and source concentrations, along with the mixture observations. If measurement error data is provided, the estimated 95 percent CI's will be displayed.
plot.mixing.estimates
This will make a plot of the mixing space, meaning the estimated sources and source concentrations, along with the estimate mixture values along with their estimated 95 percent CI's will be displayed.
plot.dietary.source.contributions
Plots the smoothed histograms of the population level diet estimates (black) along with individual level estimates (blue).
color.plots
The flag defines whether plots should be made in color, or grayscale.