Skip to content

Commit 17b42a0

Browse files
authored
Updated text to match code changes
1 parent a5fe3f7 commit 17b42a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

episodes/02-raster-plot.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ values of `fct_elevation`:
8585
unique(DSM_HARV_df$fct_elevation)
8686
```
8787

88-
And we can get the count of values in each group using `dplyr`'s `group_by()`
89-
and `count()` functions:
88+
And we can get the count of values in each group using `dplyr`'s `count()` function:
9089

9190
```{r breaks-count}
9291
DSM_HARV_df %>%

0 commit comments

Comments
 (0)