reduce {docopulae}R Documentation

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

## see examples for param


[Package docopulae version 0.4.0 Index]