powered by
Combine two indicator objects by addition. A new indicator object is created with default (global) option values. Previously set options are ignored.
indicator
# S4 method for indicator,indicator +(e1, e2)
a validator
validator
indicator(mean(x)) + indicator(x/median(x))
Run the code above in your browser using DataLab