Description Usage Arguments Value See Also Examples
Take a sequence of S3-class drift, vector, matrix or
data-frame arguments and combine by columns. Those columns are thus considered
measurement cells. This is a S3-method for generic function
cbind.
1 2 |
... |
first, object(s) of |
deparse.level |
integer controlling the construction of column names:
|
An object of S3-class drift.
Other drift:
as.data.frame.drift(),
channel(),
coal_drift(),
diff.drift(),
median.drift(),
plot.drift(),
read.drift(),
slice(),
write.drift()
1 2 3 4 5 | # Light unit tests:
x <- coal_drift("X")
oc <- coal_drift("OC")
s <- cbind(x, 4, oc, 2*rnorm(nrow(x)))
stopifnot(class(s) == "drift")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.