Learn R Programming

docopulae (version 0.4.0)

reduce: Reduce Design

Description

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

Usage

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

Arguments

des

a 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
# NOT RUN {
## see examples for param

# }

Run the code above in your browser using DataLab