From cc6fc256697f21f01d6f4ebf23461300c6eaff4f Mon Sep 17 00:00:00 2001 From: Yohann Chauvier <43674773+8Ginette8@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:56:07 +0100 Subject: [PATCH] Update get_range_help.R --- inst/examples/get_range_help.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inst/examples/get_range_help.R b/inst/examples/get_range_help.R index e918967..86aa549 100644 --- a/inst/examples/get_range_help.R +++ b/inst/examples/get_range_help.R @@ -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)