nFeatures | R Documentation |
Given an object that describes a dataset or a model, it returns the number of features.
nFeatures(x)
x |
an object that describes a dataset or a model. |
the number of features.
a <- zinbModel()
nFeatures(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.