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 simulateFossilAssemblageSeries or requires specifying the three arguments simTimeVar, a data-frame of time-steps, sedimentary width and gradient values for a time-series simulation); gradientRecovered, the recovered gradient values; and sampleAge, the age of individual samples.

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!


[Package paleoAM version 1.0.1 Index]