plotFossilAssemblageSeriesDCA {paleoAM} | R Documentation |
Plot the Recovered DCA Values of a Fossil Assemblage Series
Description
Makes a plot of the simulated generating gradient over time along with the
recovered gradient values in the same plot for a given simulated time series
of fossil assemblages, particularly those from
simulateFossilAssemblageSeries
.
Usage
plotFossilAssemblageSeriesDCA(
...,
colSimGenerating = "black",
colSimRecovered = "navy"
)
Arguments
... |
This function takes either the output from
|
colSimGenerating |
What color should be used for the generating ("true") gradient values? |
colSimRecovered |
What color should be used for the recovered gradient values calculated from the simulated data? |
Details
The function will generally only be run on the output
from simulateFossilAssemblageSeries
, although the function is
written so that the necessary elements can be provided separately.
Value
Returns nothing at all. Just a plot. That's all!