show_aggrTypes: show_aggrTypes

Description Usage Value Author(s) See Also Examples

View source: R/show_aggrTypes.R

Description

Function to list all the aggregation routines supported by the validation library

Usage

1

Value

A list containing all the supported aggregation types with the additional arguments that they require.

Author(s)

Markus Bonsch

See Also

add_aggrType,validationPlot,addData,addMapping,getData

Examples

1
2
3
4
## Not run: 
add_aggrType(func=function(x,weight){mean(x*weight,na.rm=T)},name="mean")

## End(Not run)

pik-piam/validation documentation built on Nov. 5, 2019, 12:50 a.m.