Skip to content

Commit c8f0f00

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : bd05e08 Branch : main Author : Jon Jablonski <jonjab@ucsb.edu> Time : 2024-11-23 19:14:54 +0000 Message : Merge pull request #449 from rfbrown/patch-2 Update 07-vector-shapefile-attributes-in-r.Rmd
1 parent 5c072c8 commit c8f0f00

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

07-vector-shapefile-attributes-in-r.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -608,20 +608,12 @@ ggplot() +
608608
scale_color_manual(values = road_colors) +
609609
labs(color = 'Road Type') +
610610
theme(legend.text = element_text(size = 20),
611-
legend.box.background = element_rect(size = 1)) +
611+
legend.box.background = element_rect(linewidth = 1)) +
612612
ggtitle("NEON Harvard Forest Field Site",
613613
subtitle = "Roads & Trails - Modified Legend") +
614614
coord_sf()
615615
```
616616

617-
``` warning
618-
Warning: The `size` argument of `element_rect()` is deprecated as of ggplot2 3.4.0.
619-
ℹ Please use the `linewidth` argument instead.
620-
This warning is displayed once every 8 hours.
621-
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
622-
generated.
623-
```
624-
625617
<div class="figure" style="text-align: center">
626618
<img src="fig/07-vector-shapefile-attributes-in-r-rendered-modify-legend-plot-1.png" alt="Map of the paths in the study area with large-font and border around the legend." />
627619
<p class="caption">Map of the paths in the study area with large-font and border around the legend.</p>
@@ -642,6 +634,14 @@ ggplot() +
642634
coord_sf()
643635
```
644636

637+
``` warning
638+
Warning: The `size` argument of `element_rect()` is deprecated as of ggplot2 3.4.0.
639+
ℹ Please use the `linewidth` argument instead.
640+
This warning is displayed once every 8 hours.
641+
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
642+
generated.
643+
```
644+
645645
<div class="figure" style="text-align: center">
646646
<img src="fig/07-vector-shapefile-attributes-in-r-rendered-plot-different-colors-1.png" alt="Map of the paths in the study area using a different color palette." />
647647
<p class="caption">Map of the paths in the study area using a different color palette.</p>

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"episodes/04-raster-calculations-in-r.Rmd" "a100233c7c80bcae34c0112d10980d0d" "site/built/04-raster-calculations-in-r.md" "2024-11-19"
1111
"episodes/05-raster-multi-band-in-r.Rmd" "d5497625ea9f0fc04de5423d140bd655" "site/built/05-raster-multi-band-in-r.md" "2024-11-19"
1212
"episodes/06-vector-open-shapefile-in-r.Rmd" "9966d5678aea06e445f5b660a079482e" "site/built/06-vector-open-shapefile-in-r.md" "2024-11-19"
13-
"episodes/07-vector-shapefile-attributes-in-r.Rmd" "52b29d9a45cdc739998eec5598749d36" "site/built/07-vector-shapefile-attributes-in-r.md" "2024-11-23"
13+
"episodes/07-vector-shapefile-attributes-in-r.Rmd" "d5a8a7b41e67e78af375b35f42e8ae9d" "site/built/07-vector-shapefile-attributes-in-r.md" "2024-11-23"
1414
"episodes/08-vector-plot-shapefiles-custom-legend.Rmd" "733bf768d8f27d9c7e548e7f835fda67" "site/built/08-vector-plot-shapefiles-custom-legend.md" "2024-11-19"
1515
"episodes/09-vector-when-data-dont-line-up-crs.Rmd" "b3a4cc71f14583f1fcfc77d591ba9e62" "site/built/09-vector-when-data-dont-line-up-crs.md" "2024-11-19"
1616
"episodes/10-vector-csv-to-shapefile-in-r.Rmd" "fe9f2056f24f9f54689143b27c8c3615" "site/built/10-vector-csv-to-shapefile-in-r.md" "2024-11-19"

0 commit comments

Comments
 (0)