Skip to content

Commit e076a5a

Browse files
bugfix index viz
1 parent 8569651 commit e076a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/viz.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,9 +1225,9 @@ admirable job given the technology available at the time.
12251225
When you create a histogram in R, the default number of bins used is 30.
12261226
Naturally, this is not always the right number to use.
12271227
You can set the number of bins yourself by using
1228-
the `bins` argument in the `geom_histogram` geometric object. \label{ggplot!bins}
1228+
the `bins` argument in the `geom_histogram` geometric object. \index{ggplot!bins}
12291229
You can also set the *width* of the bins using the
1230-
`binwidth` argument in the `geom_histogram` geometric object. \label{ggplot!binwidth}
1230+
`binwidth` argument in the `geom_histogram` geometric object. \index{ggplot!binwidth}
12311231
But what number of bins, or bin width, is the right one to use?
12321232

12331233
Unfortunately there is no hard rule for what the right bin number

0 commit comments

Comments
 (0)