diff --git a/R/lsp_extract.R b/R/lsp_extract.R index c40608c..2a2c43c 100644 --- a/R/lsp_extract.R +++ b/R/lsp_extract.R @@ -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)