censor {graphicalExtremes}R Documentation

Censor dataset

Description

Censors each row of matrix x with vector p.

Usage

censor(x, p)

Arguments

x

Numeric n \times d matrix.

p

Numeric vector with d elements.

Value

Numeric n \times d matrix.


[Package graphicalExtremes version 0.3.4 Index]