We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de5adb commit 1d4ee0bCopy full SHA for 1d4ee0b
R/lsp_extract.R
@@ -29,11 +29,11 @@
29
#' ecoregions = read_sf(system.file("vector/ecoregions.gpkg", package = "motif"))
30
#'
31
#' extract1 = lsp_extract(x = landform, window = 100, id = 1895)
32
-#' plot(extract1)
+#' #plot(extract1)
33
34
#' ecoregions = st_transform(ecoregions, st_crs(landform))
35
#' extract2 = lsp_extract(x = landform, window = ecoregions["id"], id = 7)
36
-#' plot(extract2)
+#' #plot(extract2)
37
#' }
38
lsp_extract = function(x, window, id){
39
windows_sf = lsp_add_sf(x = x, window = window)
0 commit comments