perfect_score: Set or modify and output the perfect scores for different...

View source: R/perfect_score.R

perfect_scoreR Documentation

Set or modify and output the perfect scores for different verificaiton metrics

Description

The function returns a named vector giving the perfect score for all verification scores computed by harpPoint that give a single value. These perfect values can be modified by specifying them in named arguments and perfect scores for new scores can be set in the same way.

Usage

perfect_score(...)

Arguments

...

Named arguments that give values for the perfect score

Value

A named vector

Examples

perfect_score()
perfect_score(bss = 1)
perfect_score(bias = -1)

andrew-MET/harpPoint documentation built on Feb. 23, 2023, 1:06 a.m.