
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
This function receives a named list of vectors (isotopeData class object), and plots a biplot with 2 sources and a consumer. The user can states whether he/she wants a density function plotted above, to the right, at both sides or does not want it to be plotted.
screenIsotopeData(
isotopeData = NULL,
density = "both",
consumer = "Consumer",
b1 = "Pelagic baseline",
b2 = "Benthic baseline",
legend = c(1.15, 1.15),
title = NULL,
xylim = NULL,
...
)
none
an isotopeData class object.
string representing whether the density function is plotted. Accepted characters are "both" in which case will plot the density function above and to the right, "right", "above" or "none".
string representing the consumer.
string representing baseline 1.
string representing baseline 2.
coordinates representing where to locate the legend.
string representing title.
argument for modifying x-y limits (for testing)
additional arguments passed to this function.
a <- generateTPData()
screenIsotopeData(a)
Run the code above in your browser using DataLab