You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
625
617
<divclass="figure"style="text-align: center">
626
618
<imgsrc="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." />
627
619
<pclass="caption">Map of the paths in the study area with large-font and border around the legend.</p>
@@ -642,6 +634,14 @@ ggplot() +
642
634
coord_sf()
643
635
```
644
636
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
+
645
645
<divclass="figure"style="text-align: center">
646
646
<imgsrc="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." />
647
647
<pclass="caption">Map of the paths in the study area using a different color palette.</p>
0 commit comments