Description Usage Arguments Details Value Author(s) See Also Examples
These functions are used to validate input arguments. In general they are
just wrapper around their corresponding is*
function with an error message.
1 |
x |
object to test. |
validPeaksMatrix
: see isPeaksMatrix
.
logical(1)
, TRUE
if validation are successful otherwise an error
is thrown.
Sebastian Gibb
Other helper functions for developers:
between()
,
isPeaksMatrix()
,
rbindFill()
,
vapply1c()
1 2 | try(validPeaksMatrix(1:2))
validPeaksMatrix(cbind(mz = 1:2, intensity = 1:2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.