Description Usage Arguments Details Examples
Plots the abundance grid for one year for OM and any SDMs passed in.
1 |
x |
An |
... |
SDMs to compare. Must be an SDM object output from one of the fitting functions ( |
year |
Year(s) to show. Can be one or a range. |
The SDMs which will be compared are SDM objects and have the 'start.forecast.year' as part of their meta data (in $meta). The total abudance (sum across all grid squares) will be plotted for the training data (to which the SDM was fit) and the test data (after 'start.forecast.year'). If 'start.forecast.year' is greater than the last year of data, then the forecast years are not plotted (since there are not data for those years).
1 2 3 | sim <- SimulateWorld(start.year=2015, n.year=20)
mlp.fit <- mlp_sdm(sim, "temp")
plot_abund(sim, mlp.fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.