Skip to content

Commit fffaf6e

Browse files
authored
Merge pull request #448 from rfbrown/patch-1
Update 07-vector-shapefile-attributes-in-r.Rmd
2 parents 1715cf1 + 8950bd0 commit fffaf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/07-vector-shapefile-attributes-in-r.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ We can use those line widths when we plot the data.
341341

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

0 commit comments

Comments
 (0)