powered by
computeMemory
Plots the ecological memory pattern yielded by computeMemory.
plotMemory( memory.output = NULL, ribbon = FALSE, legend.position = "right", ... )
A ggplot object.
list, output of computeMemory. Default: NULL.
NULL
logical, switches plotting of confidence intervals on (TRUE) and off (FALSE). Default: FALSE.
FALSE
character, position of the legend. Default: "right".
"right"
additional arguments for internal use.
Blas M. Benito <blasbenito@gmail.com>
Other memoria: computeMemory(), extractMemoryFeatures()
computeMemory()
extractMemoryFeatures()
#loading data data(palaeodataMemory) #plotting memory pattern plotMemory(memory.output = palaeodataMemory) #with confidence ribbon plotMemory(memory.output = palaeodataMemory, ribbon = TRUE)
Run the code above in your browser using DataLab