Description Usage Arguments Value
View source: R/plotting_functions.R
Visualize the smap-coefficients from running the S-map model on the community time series as part of the dynamic stability analysis
1 2 | plot_smap_coeffs(smap_matrices, base_size = 16, plot_file = NULL,
width = 6, height = NULL)
|
smap_matrices |
a list of matrices for the s-map coefficients: the number of elements in the list corresponds to the time points of the s-map model, and each element is a matrix of the s-map coefficients at that time step |
base_size |
the base font size |
plot_file |
the filepath to where to save the plot; if |
width |
width of the saved plot |
height |
height of the saved plot |
A ggplot object of the smap coefficients plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.