| plotMemory | R Documentation |
computeMemoryPlots the ecological memory pattern yielded by computeMemory.
plotMemory(
memory.output = NULL,
ribbon = FALSE,
legend.position = "right",
...
)
memory.output |
list, output of |
ribbon |
logical, switches plotting of confidence intervals on (TRUE) and off (FALSE). Default: |
legend.position |
character, position of the legend. Default: |
... |
additional arguments for internal use. |
A ggplot object.
Blas M. Benito <blasbenito@gmail.com>
computeMemory
Other memoria:
computeMemory(),
extractMemoryFeatures()
#loading data
data(palaeodataMemory)
#plotting memory pattern
plotMemory(memory.output = palaeodataMemory)
#with confidence ribbon
plotMemory(memory.output = palaeodataMemory, ribbon = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.