Skip to content

Commit

Permalink
Update evaluate_range_help.R
Browse files Browse the repository at this point in the history
  • Loading branch information
8Ginette8 committed Feb 4, 2025
1 parent 1dfd9e2 commit d115982
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions inst/examples/evaluate_range_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# EcoRM evaluation at different resolutions (>4min runtime)
root.dir <- list.files(system.file(package = "gbif.range"), pattern = "extdata", full.names = TRUE)

res1km <- evaluate_range(root.dir = root.dir,
valData.dir = "SDM",
ecoRM.dir = "EcoRM",
res1km <- evaluate_range(root_dir = root.dir,
valData_dir = "SDM",
ecoRM_dir = "EcoRM",
verbose = TRUE,
print.map = TRUE,
valData.type = "TIFF",
print_map = TRUE,
valData_type = "TIFF",
mask = NULL,
res.fact = NULL)
res_fact = NULL)

res10km <- evaluate_range(root.dir = root.dir,
valData.dir = "SDM",
ecoRM.dir = "EcoRM",
res10km <- evaluate_range(root_dir = root.dir,
valData_dir = "SDM",
ecoRM_dir = "EcoRM",
verbose = TRUE,
print.map = TRUE,
valData.type = "TIFF",
print_map = TRUE,
valData_type = "TIFF",
mask = NULL,
res.fact = 10)
res_fact = 10)


# Extract and plot a specific overlay map
Expand Down

0 comments on commit d115982

Please sign in to comment.