Skip to content

Commit

Permalink
Update get_range_help.R
Browse files Browse the repository at this point in the history
  • Loading branch information
8Ginette8 committed Jan 31, 2025
1 parent 37c0d1b commit cc6fc25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inst/examples/get_range_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ eco_terra <- read_bioreg(bioreg_name = "eco_terra", save_dir = NULL)

# First download the worldwide observations of Panthera tigris from GBIF
occ <- get_gbif(sp_name = "Panthera tigris",
time_period = c(2000, 3000),
basis = c("OBSERVATION",
"HUMAN_OBSERVATION",
"MACHINE_OBSERVATION",
"OCCURRENCE"))
time_period = c(2000, 3000),
basis = c("OBSERVATION",
"HUMAN_OBSERVATION",
"MACHINE_OBSERVATION",
"OCCURRENCE"))

# Make range from occurance points
range <- get_range(occ, eco_terra, "ECO_NAME", clustered_points_outlier = 4)
Expand Down

0 comments on commit cc6fc25

Please sign in to comment.