Visualize the smap-coefficients from running the S-map model on the community time series as part of the dynamic stability analysis

plot_smap_coeffs(smap_matrices, base_size = 16, plot_file = NULL,
  width = 6, height = NULL)

Arguments

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 NULL (the default), then the plot is not saved to a file

width

width of the saved plot

height

height of the saved plot

Value

A ggplot object of the smap coefficients plot