Skip to content

Commit 17f49c4

Browse files
minor ed
1 parent e1f1dc9 commit 17f49c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ the `slice_max` function: the `order_by` argument is the name of the column we
926926
want to use for comparing which is largest, and the `n` argument specifies how many
927927
rows to keep. Then to give the labels enough
928928
space, we'll use horizontal bars instead of vertical ones. We do this by
929-
swapping the `x` and `y` variables:\index{slice\_max}\index{slice\_min}
929+
swapping the `x` and `y` variables.\index{slice\_max}\index{slice\_min}
930930

931931
> **Note:** Recall that in Chapter \@ref(intro), we used `arrange` followed by `slice` to
932932
> obtain the ten rows with the largest values of a variable. We could have instead used

0 commit comments

Comments
 (0)