We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f1dc9 commit 17f49c4Copy full SHA for 17f49c4
source/viz.Rmd
@@ -926,7 +926,7 @@ the `slice_max` function: the `order_by` argument is the name of the column we
926
want to use for comparing which is largest, and the `n` argument specifies how many
927
rows to keep. Then to give the labels enough
928
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}
+swapping the `x` and `y` variables.\index{slice\_max}\index{slice\_min}
930
931
> **Note:** Recall that in Chapter \@ref(intro), we used `arrange` followed by `slice` to
932
> obtain the ten rows with the largest values of a variable. We could have instead used
0 commit comments