MadIsland v0.2.0
Updates to the MadIsland R package accompanying a new version of the Lambert, Etienne and Valente manuscript (work in progress).
Main changes include:
- Update to the optimisation algorithm used in the DAISIE analysis from
subplex
tosimplex
. - The collated data is updated as a result of the changes in model setup in the DAISIE analysis.
- Plots have been updated:
- Figures now have been post-processed to include silhouettes from phylopic. These silhouettes are in the public domain and included with the package (
inst/plots/phylopic/
). - The carrying capacity plots change from using density (
ggplot2::geom_density()
) to using histograms (ggplot2::geom_histogram()
). This is due to more taxonomic groups having carrying capacities less than 1,000 and so are included in the plot, owing to the change in optimisation algorithm used in the DAISIE analysis. - Plotting scripts that require post-processing now also save SVG (
.svg
) version of the plots for easier editing of vector graphics.
- Figures now have been post-processed to include silhouettes from phylopic. These silhouettes are in the public domain and included with the package (
- The
reproducibility.Rmd
vignette gains a new short section on plotting.