topidx.classes: make topographic index classes from a topographic index map

Description Usage Arguments Value Author(s) References See Also Examples

Description

This function splits a dataset in n evenly distributed classes and calculates the number of elements of each class. It is very similar to hist(), but the latter does not always keep the number of breaks requested

Usage

1

Arguments

array

A vector of numeric values

n

Number of breaks

Value

The function returns a data matrix with 2 columns. Column breaks contains the upper limits of each class, while counts contains the number of elements

Author(s)

Wouter Buytaert, Imperial College London

References

thePaper

See Also

topidx, topmodel

Examples

1
# ToDo()

RHydro documentation built on May 2, 2019, 6:24 p.m.