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 12
12
# ' @param center The center of one of the bins. Note that if center is above or
13
13
# ' below the range of the data, things will be shifted by an appropriate
14
14
# ' number of \code{width}s. To center on integers, for example, use
15
- # ' \code{width= 1} and \code{center= 0}, even if \code{0} is outside the range
15
+ # ' \code{width = 1} and \code{center = 0}, even if \code{0} is outside the range
16
16
# ' of the data. At most one of \code{center} and \code{boundary} may be
17
17
# ' specified.
18
18
# ' @param boundary A boundary between two bins. As with \code{center}, things
19
19
# ' are shifted when \code{boundary} is outside the range of the data. For
20
20
# ' example, to center on integers, use \code{width = 1} and \code{boundary =
21
- # ' 0.5}, even if \code{1 } is outside the range of the data. At most one of
21
+ # ' 0.5}, even if \code{0.5 } is outside the range of the data. At most one of
22
22
# ' \code{center} and \code{boundary} may be specified.
23
23
# ' @param breaks Alternatively, you can supply a numeric vector giving
24
24
# ' the bin boundaries. Overrides \code{binwidth}, \code{bins}, \code{center},
You can’t perform that action at this time.
0 commit comments