Skip to content

Commit 2a86170

Browse files
committed
Merge branch 'LargeN'
2 parents ed72eef + d858db8 commit 2a86170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/classIntervals.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classIntervals2shingle(x)
3030
\item{dataPrecision}{default NULL, permits rounding of the interval endpoints (added by Richard Dunlap). The data precision used for printing interval values in the legend returned by \code{findColours}, and in the \code{print} method for classIntervals objects. If intervalClosure is \dQuote{left}, the value returned is \code{ceiling} of the data value multiplied by 10 to the dataPrecision power, divided by 10 to the dataPrecision power. The argument does not round \code{var}, the input variable.}
3131
\item{warnSmallN}{default TRUE, if FALSE, quietens warning for n >= nobs}
3232
\item{warnLargeN}{default TRUE, if FALSE large data handling not used}
33-
\item{largeN}{default 3000L, the QGIS sampling threshold; over \code{largeN}, the observations presented to "fisher" and "jenks" are either a \code{samp_prop=} sample or a sample of \code{largeN}, whichever is smaller}
33+
\item{largeN}{default 3000L, the QGIS sampling threshold; if \code{warnLargeN}is TRUE and the number of observations is greater than \code{largeN}, the observations presented to "fisher" and "jenks" are either a \code{samp_prop=} sample of the observations, or a sample of \code{largeN}, whichever is smaller}
3434
\item{samp_prop}{default 0.1, QGIS 10\% sampling proportion}
3535
\item{gr}{default \code{c("[", "]")}, if the \pkg{units} package is available, \code{units::units_options("group")} may be used directly to give the enclosing bracket style}
3636
\item{\dots}{arguments to be passed to the functions called in each style}

0 commit comments

Comments
 (0)