minosse.plot | R Documentation |
minosse
resultsThis function provides two maps: one with a species occurrence probability and another with the binarized geographic range
minosse.plot(minosse_res,th_num=3,pcex=1.5,cont_pol=NULL,title=NULL)
minosse_res |
the output of |
th_num |
Numeric. The Regression Kriging prediction map binarization threshold value index as reported in the |
pcex |
Numeric. The graphic parameter indicating the size of points showing target species fossil localities. Default 1.5. |
cont_pol |
The spatial polygon object showing the land or sea contour on the maps. Default |
title |
The title on the top of the plot. If |
When running this function for the first time in your workspace it is necessary to firstly load ggplo2
.
A plot showing the occurrence probability (on the left) and the threshold-based geographic range (on the right) maps of target species along with its fossil localities.
Francesco Carotenuto, francesco.carotenuto@unina.it
## Not run:
library(raster)
data(lgm)
raster(system.file("exdata/prediction_ground.gri", package="EcoPast"))->prediction_ground
mam<-minosse(dat=lgm,species.name="Mammuthus_primigenius",domain=NULL,
time.overlap=0.95,prediction.ground=prediction_ground,crop.by.mcp=FALSE,
constrain.predictors=FALSE,temporal.tolerance=NULL,
coc_by="locality",n.sims=10,projection="laea",lon_0 = 85,
lat_0 = 45,seed=625)
minosse.plot(mam)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.