File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1225,9 +1225,9 @@ admirable job given the technology available at the time.
1225
1225
When you create a histogram in R, the default number of bins used is 30.
1226
1226
Naturally, this is not always the right number to use.
1227
1227
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}
1229
1229
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}
1231
1231
But what number of bins, or bin width, is the right one to use?
1232
1232
1233
1233
Unfortunately there is no hard rule for what the right bin number
You can’t perform that action at this time.
0 commit comments