Learn R Programming

docopulae (version 0.3.2)

reduce: Reduce Design

Description

reduce drops insignificant points and merges points in a certain neighbourhood.

Usage

reduce(des, distMax, wMin = 1e-06)

Arguments

des
some design.
distMax
maximum euclidean distance between points to be merged.
wMin
minimum weight a point shall have to be considered significant.

Value

  • reduce returns an object of class "desigh". See design for its structural definition.

See Also

design

Examples

Run this code
## see examples for param

Run the code above in your browser using DataLab