Plots output of computeMemory
plotMemory.RdPlots the ecological memory pattern yielded by computeMemory.
Arguments
- memory.output
list, output of
computeMemory. Default:NULL.- ribbon
logical, switches plotting of confidence intervals on (TRUE) and off (FALSE). Default:
FALSE.- legend.position
character, position of the legend. Default:
"right".- ...
additional arguments for internal use.
See also
Other memoria:
computeMemory(),
extractMemoryFeatures()
Examples
#loading data
data(palaeodataMemory)
#plotting memory pattern
plotMemory(memory.output = palaeodataMemory)
#with confidence ribbon
plotMemory(memory.output = palaeodataMemory, ribbon = TRUE)