Running the analysis
Running the analysis
Fit the models - Step 11/14
We create a probability map for the ensemble model under current climatic conditions:
> myEF<-BIOMOD_EnsembleForecasting(EM.output=myEM,
+ projection.output=myproj,
+ total.consensus=T,
+ binary.meth=c("TSS"))
a projection under future climatic conditions:
> myproj<-BIOMOD_Projection(modeling.output=mymodel,
+ new.env=future,
+ proj.name="future",
+ selected.models=”all”,
+ do.stack=T)
and the ensemble model map :
> myEF<-BIOMOD_EnsembleForecasting(EM.output=myEM,
+ projection.output=myproj,
+ total.consensus=T,
+ binary.meth=c("TSS"))