>
> I think it is a problem with your directory setting & changing your 
> directory. 



When you make your enviro stack you set your directory to: 
setwd("V:/BIOCLIM") 

Then when you import your species coordinates and presence/absence status 
you change your directory to:
setwd("C:/Users/Lindsie/Documents/R") 

Then you try to run your model & R says " 'pred' is missing" ~ because it 
cannot find your raster stacks. 

CHANGE YOUR  R DIRECTORY BACK TO WHERE YOU STORED YOUR ENVIRONMENTAL LAYERS 
PRIOR TO RUNNING THE MODEL!!!!!
myBiomodModelOut <- BIOMOD_Modeling(myBiomodDa...
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to