Skip to content

Commit

Permalink
hides parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Aug 23, 2024
1 parent 1de5adb commit 1d4ee0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/lsp_extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
#' ecoregions = read_sf(system.file("vector/ecoregions.gpkg", package = "motif"))
#'
#' extract1 = lsp_extract(x = landform, window = 100, id = 1895)
#' plot(extract1)
#' #plot(extract1)
#'
#' ecoregions = st_transform(ecoregions, st_crs(landform))
#' extract2 = lsp_extract(x = landform, window = ecoregions["id"], id = 7)
#' plot(extract2)
#' #plot(extract2)
#' }
lsp_extract = function(x, window, id){
windows_sf = lsp_add_sf(x = x, window = window)
Expand Down

0 comments on commit 1d4ee0b

Please sign in to comment.