Values that correspond to censored data. If missing,
range(x) is used.
columns
Numeric or character vector specifying the columns
of x that are compared against values. If missing,
1:ncol(x) is used.
na.rm
Logical. If TRUE, rows that contain NA
values are also removed.
Value
x, with some rows removed.
Details
The function removes all rows that contain, in the columns
specified by the columns argument, values that are contained in
the values argument. If na.rm is TRUE, then
rows that contain NA values are also removed.
An application is with FACS data, where measurements outside of
the detector's dynamic range produce minimal
or maximal values. For example, if a 16-bit A/D converter was used,
top-censored data would have a value of 65535.