Skip to content

Commit 1d4ee0b

Browse files
committed
hides parts
1 parent 1de5adb commit 1d4ee0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/lsp_extract.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
#' ecoregions = read_sf(system.file("vector/ecoregions.gpkg", package = "motif"))
3030
#'
3131
#' extract1 = lsp_extract(x = landform, window = 100, id = 1895)
32-
#' plot(extract1)
32+
#' #plot(extract1)
3333
#'
3434
#' ecoregions = st_transform(ecoregions, st_crs(landform))
3535
#' extract2 = lsp_extract(x = landform, window = ecoregions["id"], id = 7)
36-
#' plot(extract2)
36+
#' #plot(extract2)
3737
#' }
3838
lsp_extract = function(x, window, id){
3939
windows_sf = lsp_add_sf(x = x, window = window)

0 commit comments

Comments
 (0)