powered by
computeMemory
Plots the ecological memory pattern yielded by computeMemory.
plotMemory( memory.output = NULL, title = "Ecological memory pattern", legend.position = "right", filename = NULL )
a dataframe with one time series per column.
character string, name of the numeric column to be used as response in the model.
character vector, names of the numeric columns to be used as predictors in the model.
character string, name of output pdf file. If NULL or empty, no pdf is produced. It shouldn't include the extension of the output file.
A ggplot object.
# NOT RUN { #loading data data(palaeodataMemory) #plotting memory pattern plotMemory(memory.output = palaeodataMemory) # }
Run the code above in your browser using DataLab