Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
8Ginette8 authored Jan 31, 2025
1 parent ece1143 commit bb16133
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ library(rnaturalearth)

### Terrestrial species

Let's download worldwide the records of *Panthera tigris* only based on true observations:
Let's download worldwide the records of *Panthera tigris* only based on true observations and litterature information:

``` r
# Download
obs_pt = get_gbif(sp_name = "Panthera tigris",
basis = c("OBSERVATION","HUMAN_OBSERVATION","MACHINE_OBSERVATION"))
obs_pt = get_gbif(sp_name = "Panthera tigris")

# Plot species records
countries = ne_countries(type = "countries",returnclass = "sv")
Expand Down

0 comments on commit bb16133

Please sign in to comment.