basemethods | R Documentation |
Accessor function to extract the methods that are represented in an
COBRAPerformance
or COBRAPlot
object.
basemethods(x, ...)
## S4 method for signature 'COBRAPerformance'
basemethods(x)
x |
A |
... |
Additional arguments. |
A character vector of all methods represented in the object.
Charlotte Soneson
data(cobradata_example)
cobraperf <- calculate_performance(cobradata_example,
binary_truth = "status",
aspects = "fdrtprcurve")
basemethods(cobraperf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.