Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 5 of 5 found.
[1] < 1 > [1]  Sort:

getBclustClassIntervals (Package: classInt) : Change breaks in a "classIntervals" object

Because "classIntervals" objects of style "hclust" or "bclust" contain hierarchical classification trees in their "par" attribute, different numbers of classes can be chosen without repeating the initial classification. This function accesses the "par" attribute and modifies the "brks" member of the returned "classIntervals" object.
● Data Source: CranContrib
● Keywords: spatial
● Alias: getBclustClassIntervals, getHclustClassIntervals
● 0 images

classIntervals (Package: classInt) : Choose univariate class intervals

The function provides a uniform interface to finding class intervals for continuous numerical variables, for example for choosing colours or symbols for plotting. Class intervals are non-overlapping, and the classes are left-closed — see findInterval. Argument values to the style chosen are passed through the dot arguments. classIntervals2shingle converts a classIntervals object into a shingle. Labels generated in methods are like those found in cut unless cutlabels=FALSE.
● Data Source: CranContrib
● Keywords: spatial
● Alias: classIntervals, classIntervals2shingle, nPartitions, plot.classIntervals, print.classIntervals
● 0 images

findColours (Package: classInt) : assign colours to classes from classInterval object

This helper function is a wrapper for findCols to extract classes from a "classInterval" object and assign colours from a palette created by colorRampPalette from the two or more colours given in the pal argument. It also returns two attributes for use in constructing a legend.
● Data Source: CranContrib
● Keywords: spatial
● Alias: findColours
● 0 images

jenks.tests (Package: classInt) : Indices for assessing class intervals

The function returns values of two indices for assessing class intervals: the goodness of variance fit measure, and the tabular accuracy index; optionally the overview accuracy index is also returned if the area argument is not missing.
● Data Source: CranContrib
● Keywords: spatial
● Alias: jenks.tests
● 0 images

findCols (Package: classInt) : extract classes from classInterval object

This helper function is a wrapper for findInterval to extract classes from a "classInterval" object
● Data Source: CranContrib
● Keywords: spatial
● Alias: findCols
● 0 images