File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ species=("Picea.abies" "Fagus.sylvatica" "Quercus.sp"
12
12
" Carpinus.betulus" " Populus.tremula" " Quercus.pyrenaica"
13
13
" Pinus.sylvestris" " Castanea.sativa" " Prunus.avium" " Pinus.contorta" )
14
14
15
- model=' gam' # ('gam','glm','brt')
16
- dist=20
15
+ model=' gam' # ('gam','glm','brt') #choose one model
16
+ dist=20 # estimated spatial distance for reducing spatial autocorrelation
17
+ rcp=' 26' # ('26','45','85') #chose a rcp
17
18
for spec in ${species[*]}
18
19
do
19
- echo $spec # -a 26,45,85 -necessary for compare
20
+ # #run each script separately per species
21
+ echo $spec
20
22
Rscript --vanilla blockSeparation.r predefined 600000
21
23
# Rscript --vanilla modelling.r "$species" "$model" "$dist" #20
22
- # Rscript --vanilla prediction.r "$species" 20 # "$dist"
23
- # Rscript --vanilla compare.r "$species" "$dist" "ABC"
24
+ # Rscript --vanilla prediction.r "$species" "$dist"
25
+ # Rscript --vanilla compare.r "$species" "$dist" "$rcp" " ABC"
24
26
echo ' '
25
27
done
You can’t perform that action at this time.
0 commit comments