plotFossilAssemblageSeriesDCA {paleoAM} | R Documentation |
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
.
plotFossilAssemblageSeriesDCA(
...,
colSimGenerating = "black",
colSimRecovered = "navy"
)
... |
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? |
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.
Returns nothing at all. Just a plot. That's all!