Description Usage Arguments Value Examples
An example metric for testing
calculates a metric, which just returns a value of 3.142
1 2 | ## S4 method for signature 'test_metric'
calculate(obj)
|
obj |
metric object |
test metric object
dataset object
1 2 3 4 | MET = test_metric()
MET = test_metric()
MET = calculate(MET)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.