Description Usage Arguments Value Examples
Test if an object is of class peptr_ptm
1 | peptr_is_ptm(x)
|
x |
An object. |
TRUE
if object is of class peptr_ptm
and FALSE
if it is not.
1 2 3 4 5 | x <- peptr_ptm(c(5, 3, 8))
y <- c(5, 3, 8)
peptr_is_ptm(x)
peptr_is_ptm(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.