Skip to content

Commit

Permalink
Merge pull request #448 from rfbrown/patch-1
Browse files Browse the repository at this point in the history
Update 07-vector-shapefile-attributes-in-r.Rmd
  • Loading branch information
jonjab authored Nov 23, 2024
2 parents 1715cf1 + 8950bd0 commit fffaf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/07-vector-shapefile-attributes-in-r.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ We can use those line widths when we plot the data.

```{r harv-paths-map-wide, fig.cap="Roads and trails in the area demonstrating how to use different line thickness and colors."}
ggplot() +
geom_sf(data = lines_HARV, aes(color = TYPE, size = TYPE)) +
geom_sf(data = lines_HARV, aes(color = TYPE, linewidth = TYPE)) +
scale_color_manual(values = road_colors) +
labs(color = 'Road Type') +
scale_size_manual(values = line_widths) +
Expand Down

0 comments on commit fffaf6e

Please sign in to comment.