From 07f5e83105046878c73efec71b43c3cca7c2a0a4 Mon Sep 17 00:00:00 2001 From: Claudiu Forgaci Date: Fri, 31 Jan 2025 23:08:43 +0100 Subject: [PATCH] Remove code chunk from plotting tip This code chunk causes the rendering of the lesson to fail. As it is not necessary to keep, I am removing it. --- episodes/13-intro-to-raster-data.Rmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/episodes/13-intro-to-raster-data.Rmd b/episodes/13-intro-to-raster-data.Rmd index b6adfc4d..e57cd189 100644 --- a/episodes/13-intro-to-raster-data.Rmd +++ b/episodes/13-intro-to-raster-data.Rmd @@ -132,10 +132,6 @@ The `"turbo"` scale in our code provides a good contrasting scale for our raster For faster previews, you can use the `plot()` function on a `terra` object. -```{r dsm-plot} -plot(DSM_TUD) -``` - ::: ## View Raster Coordinate Reference System (CRS)