Ops_uts: Ops Group Methods Helper

Description Usage Arguments See Also Examples

View source: R/group_methods.R

Description

A helper function that does the actual work for the Ops.uts.

Usage

1
Ops_uts(e1, e2, .Generic)

Arguments

e1, e2

see Ops.uts.

.Generic

a character vector naming the generic function.

See Also

groupGeneric

Examples

1
2
3
Ops_uts(ex_uts(), ex_uts(), "+")         # arithmetic
Ops_uts(ex_uts(), ex_uts(), ">")         # comparison
!Ops_uts(ex_uts() > 48, .Generic="!")    # logical operator

andreas50/uts documentation built on April 8, 2021, 10:03 a.m.