Description Usage Arguments Value Examples
Is x
a FELLA.USER
object?
1 | is.FELLA.USER(x = NULL)
|
x |
Object to check |
Logical value stating if x
is a FELLA.USER
object
1 2 3 4 5 6 7 8 9 10 | is.FELLA.USER(new("FELLA.USER"))
is.FELLA.USER(42)
data(FELLA.sample)
data(input.sample)
obj <- enrich(
compounds = input.sample,
method = "diffusion",
data = FELLA.sample)
is.FELLA.USER(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.