Description Usage Arguments Value See Also Examples
Given cells of measurements, make up the aggregated measurement with
median
. Due to non-normality in channel measurements in cells
applying median
instead of mean
as an
aggregation function seems relevant in
DRIFTS.
This is a S3-method for generic function median
.
1 2 |
x |
object of |
na.rm |
not used parameter for consistency with generic method |
... |
potentially further arguments for methods; not used in the this method. |
An object of S3-class
drift that has only one
measurement cell - the result of cell aggregation by median
.
Other drift:
as.data.frame.drift()
,
cbind.drift()
,
channel()
,
coal_drift()
,
diff.drift()
,
plot.drift()
,
read.drift()
,
slice()
,
write.drift()
1 2 3 4 | # Light unit tests:
x <- median(cbind(coal_drift(), coal_drift()*.92))
plot(x)
stopifnot(ncol(x) == 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.