Skip to content

Commit b906999

Browse files
committed
Rdoc
1 parent 2110235 commit b906999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

man/classIntervals.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classIntervals(var, n, style = "quantile", rtimes = 3, ...,
1616
gr = c("[", "]"))
1717
\method{plot}{classIntervals}(x, pal, ...)
1818
\method{print}{classIntervals}(x, digits = getOption("digits"), ...,
19-
under="under", over="over", between="-", cutlabels=TRUE, unique=FALSE)
19+
under="under", over="over", between="-", cutlabels=TRUE, unique=FALSE,big.mark=NULL)
2020
nPartitions(x)
2121
classIntervals2shingle(x)
2222
}
@@ -41,6 +41,7 @@ classIntervals2shingle(x)
4141
\item{digits}{minimal number of significant digits in printed table labels}
4242
\item{cutlabels}{default TRUE, use cut-style labels in printed table labels}
4343
\item{unique}{default FALSE; if TRUE, collapse labels of single-value classes}
44+
\item{big.mark}{default NULL; an object of class \code{character} to specify to 'thousands' separator}
4445
\item{pal}{a character vector of at least two colour names for colour coding the class intervals in an ECDF plot; \code{colorRampPalette} is used internally to create the correct number of colours}
4546
}
4647
\details{

0 commit comments

Comments
 (0)