Skip to content

Commit 258c8d1

Browse files
committed
fixed typo in ggplot call
1 parent b60bf5b commit 258c8d1

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
@@ -197,7 +197,7 @@ only two feature lines in our spatial object have the attribute
197197
`TYPE == footpath`. We can plot only the footpath lines:
198198

199199
```{r plot-subset-shapefile, fig.cap="Map of the footpaths in the study area."}
200-
gplot() +
200+
ggplot() +
201201
geom_sf(data = footpath_HARV) +
202202
ggtitle("NEON Harvard Forest Field Site", subtitle = "Footpaths") +
203203
coord_sf()

0 commit comments

Comments
 (0)