Commit e30c95a7 authored by Monnet Jean-Matthieu's avatar Monnet Jean-Matthieu
Browse files

Update area-based.3.mapping.and.inference.Rmd

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -169,7 +169,7 @@ dummy <- lidaRtRee::raster_metrics(r_treechm, ...@@ -169,7 +169,7 @@ dummy <- lidaRtRee::raster_metrics(r_treechm,
}, },
output = "raster" output = "raster"
) )
names(dummy) <- c("TreeCanop_cover_in_plot", "TreeCanopy_meanH_in_plot") names(dummy) <- c("TreeCanopy_cover_in_plot", "TreeCanopy_meanH_in_plot")
metrics_trees <- raster::addLayer(metrics_trees, dummy) metrics_trees <- raster::addLayer(metrics_trees, dummy)
``` ```
...@@ -471,4 +471,4 @@ plot(sf::st_geometry(forest_cropped), add = TRUE) ...@@ -471,4 +471,4 @@ plot(sf::st_geometry(forest_cropped), add = TRUE)
# Inference # Inference
Work in progress... Work in progress...
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment