Skip to content
Back to formatted view

Raw Message

Message-ID: <b382c84f-5a9d-4fb1-a068-06a1d893013b@googlegroups.com>
Date: 2014-02-12T17:19:01Z
From: Matthew Bayly
Subject: SDM using BIOMOD2 error message
In-Reply-To: <1386735732170-4681993.post@n4.nabble.com>

>
> 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...