ternary: R version ternary function

Usage Arguments Value Examples

Usage

1
ternary(expr, obj_x, obj_y)

Arguments

obj_x

Object x

obj_y

Object y

Value

obj_x if expr is evaluated TRUE and obj_y otherwise

Examples

1
ternary(TRUE, list(), list(a = 10))

statech/CommonPlots documentation built on May 6, 2019, 1:32 a.m.