Skip to content

Commit

Permalink
minor improvement of example
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaMeyer committed Nov 18, 2023
1 parent af86218 commit 0431e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/knndm.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
#' pts <- st_as_sf(pts,coords=c("Easting","Northing"))
#' st_crs(pts) <- 26911
#' studyArea <- rast(system.file("extdata","predictors_2012-03-25.grd",package="CAST"))
#' studyArea[!is.na(studyArea)] <- 1
#' studyArea <- as.polygons(studyArea, values = FALSE, na.all = TRUE) |>
#' st_as_sf() |>
#' st_union()
Expand Down

0 comments on commit 0431e2a

Please sign in to comment.