Updating MetaLandSim…

[This article was first published on R Code – Geekcologist , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

A new development version is know available for the package MetaLandSim (v. 1.0.6). It can be downloaded from GitHub.

The user has to run the following code in order to install the package from GitHub:

library(devtools)
install_github(“FMestre1/MetaLandSim”)

These changes were required because of recent improvements made to the package rgrass7 (which allows to work on GRASS from R). MetaLandSim relies on rgrass7 to properly run the function range_raster.

One of the outputs MetaLandSim provides is a simulation of range expansion by a given species (with a given set of characteristics) in a given landscape (with a given connectivity). This function, range_raster, converts the output of the simulation to rasters.

The final result are these two rasters (bellow), but check out the manual, and this paper describing the package to get further details. Also, if you want to see how these results can be used, and combined with Ecological Niche Models, check out this paper.

sample.png

I will update MetaLandSim on CRAN briefly.

To leave a comment for the author, please follow the link and comment on their blog: R Code – Geekcologist .

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)