Math.uts: Math Group Methods for uts

Description Usage Arguments See Also Examples

View source: R/group_methods.R

Description

Apply the Math methods in base R to the observation values of "uts" objects.

Usage

1
2
## S3 method for class 'uts'
Math(x, ...)

Arguments

x

a "uts" object.

...

further arguments passed to or from methods.

See Also

groupGeneric

Examples

1
2
3
4
5
# Take the base-2 logarithm of the observation values and return the corresponding "uts"
log(ex_uts(), base=2)

# Calculate the cumulative sum of the observation values and return the corresponding "uts"
cumsum(ex_uts())

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