Project

General

Profile

Download (330 Bytes) Statistics
| Branch: | Revision:
1
#### Assessing relevance of MODIS cloud data for SDM
2
library(dismo)
3

    
4
##  Species
5
sp=c("Spondias radlkoferi","Tapirira mexicana","Lozanella enantiophylla")
6
spl=strsplit(sp," ")
7

    
8
tsp=spl[[3]]
9
td=gbif(genus=tsp[1],species=tsp[2],geo=TRUE, sp=FALSE, removeZeros=FALSE, download=TRUE, getAlt=TRUE, start=1, end=NULL, feedback=3)
10

    
11

    
12
td
13

    
(2-2/7)