Description Usage Arguments Value See Also Examples
View source: R/position-class.R
Test if an object is of class peptr_position
.
1 |
x |
An object. |
TRUE
if object is of class peptr_position
and FALSE
if it is not.
Other position: peptr_position
1 2 3 4 5 | x <- peptr_position(1:30)
y <- 1:30
peptr_is_position(x)
peptr_is_position(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.