Re: [R] Biomod model access

2014-02-13 Thread Matthew Bayly
Hi great that was easy I feel like a bit of a fool for not figuring this out. TO LOAD ALL SAVED MODELS AT ONCE: library(biomod2) # change directory to where you stored you’re original models (my documents is default if you did not specify). Go into the file models *# TO LOAD ALL SAVED MODELS

Re: [R] Biomod model access

2014-02-12 Thread Sarah Goslee
Accessing BIOMOD2 model output is possible, but a bit convoluted. Here's a whole chunk of code that creates a reproducible example; the most important part is at the end. I hope this is enough to let you get going. Sarah ### First use a slightly modified version of the example from the help file

Re: [R] Biomod model access

2014-02-12 Thread Matthew Bayly
I have been struggling with this same problem. I always have to re-run. PLEASE HELP!! I have however figured out the whole data-format issue & am now able to save grid files for use in other GIS programs after they are re-exported. On Thursday, August 15, 2013 1:32:31 AM UTC-7, Jenny Williams w

[R] Biomod model access

2013-08-15 Thread Jenny Williams
I am still trying to get my head around biomod2. I have run through the tutorial a few times, which works really well in a linear format. But, I want to see the models and assess them at every part of the process. So, I need to: 1: be able to re-access all the files from /.BIOMOD_DATA/ once R i