Skip to content

Commit fa5de03

Browse files
committed
Add description
1 parent 9721856 commit fa5de03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

R/scale-continuous-.r

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ ScaleContinuous <- proto(Scale, funEnvir = globalenv(), {
167167

168168

169169
# Check breaks and labels.
170-
#
170+
# Ensure that breaks and labels are the correct format.cd ..
171+
#
171172
# @keyword internal
172173
#X check_breaks_and_labels(NULL, NULL)
173174
#X check_breaks_and_labels(1:5, NULL)

man/check-breaks-and-labels-7z.rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\author{Hadley Wickham <h.wickham@gmail.com>}
55

66
\description{
7-
7+
Ensure that breaks and labels are the correct format.
88
}
99
\usage{check_breaks_and_labels(breaks = NULL, labels = NULL)}
1010
\arguments{

0 commit comments

Comments
 (0)