Skip to content

Commit

Permalink
Small example failure correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Jung committed Dec 12, 2023
1 parent f0901bd commit 6049023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_biodiversity.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ NULL
#' virtual_points <- sf::st_read(system.file('extdata/input_data.gpkg', package='ibis.iSDM',mustWork = TRUE),'points',quiet = TRUE)
#' # Define model
#' x <- distribution(background) |>
#' add_biodiversity_poipo(virtual_points)
#' add_biodiversity_poipo(virtual_points, field_occurrence = "Observed")
#' x
#' @name add_biodiversity_poipo
NULL
Expand Down

0 comments on commit 6049023

Please sign in to comment.