censor {graphicalExtremes} | R Documentation |
Censor dataset
Description
Censors each row of matrix x
with vector p
.
Usage
censor(x, p)
Arguments
x |
Numeric |
p |
Numeric vector with |
Value
Numeric n \times d
matrix.
[Package graphicalExtremes version 0.3.4 Index]