I'm working on my paper, which i will use R package "biomod". In
biomod manual, i found it support such table format (other format? i
don't konw, i am a newer to R and grass).
- Idw: An Id to keep track of the row numbers
- X and Y: longitude and latitude of our sites (used for plotting)
- Var1 to Var5: Environmental variables (bioclimatic in that case)
- Sp281 Sp191: Presence/absence of 2 species.
I get the species data from web( shapefile format) and the
envirmonental data (Rast format).
For so far, i only kown "r.mapcalc new_var = if(var,env1)", so i can
get the env1 data when specie is presence,but this is not what i want.
so, someone can help me? give me some point, please.
I’m working on my paper, which i will use R package “biomod”. In
biomod manual, i found it support such table format (other format? i
don’t konw, i am a newer to R and grass).
X and Y: longitude and latitude of our sites (used for plotting)
Var1 to Var5: Environmental variables (bioclimatic in that case)
Sp281 Sp191: Presence/absence of 2 species.
I get the species data from web( shapefile format) and the
envirmonental data (Rast format).
For so far, i only kown “r.mapcalc new_var = if(var,env1)”, so i can
get the env1 data when specie is presence,but this is not what i want.
so, someone can help me? give me some point, please.