Description Usage Arguments See Also Examples
View source: R/group_methods.R
Apply the Math
methods in base R to the observation values of "uts_vector"
objects.
1 2 |
x |
a |
... |
further arguments passed to or from methods. |
1 2 3 4 5 | # Take the base-2 logarithm of the observation values and return the corresponding "uts_vector"
log(ex_uts_vector(), base=2)
# Calculate the cumulative sum of the observation values and return the corresponding "uts_vector"
cumsum(ex_uts_vector())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.