test_metric: Example metric

Description Usage Arguments Value Examples

Description

An example metric for testing

calculates a metric, which just returns a value of 3.142

Usage

1
2
## S4 method for signature 'test_metric'
calculate(obj)

Arguments

obj

metric object

Value

test metric object

dataset object

Examples

1
2
3
4
MET = test_metric()

MET = test_metric()
MET = calculate(MET)

struct documentation built on Nov. 8, 2020, 8:14 p.m.