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 f896744 commit 7e0be1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,14 @@ library(gbif.range)

### Terrestrial species

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

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

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

0 comments on commit 7e0be1a

Please sign in to comment.