These functions should behave as their regular counterparts.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S3 method for class 'lvec'
all(x, ..., na.rm = FALSE)
## S3 method for class 'lvec'
any(x, ..., na.rm = FALSE)
## S3 method for class 'lvec'
prod(x, ..., na.rm = FALSE)
## S3 method for class 'lvec'
sum(x, ..., na.rm = FALSE)
## S3 method for class 'lvec'
mean(x, ..., na.rm = FALSE)
## S3 method for class 'lvec'
max(x, ..., na.rm = FALSE)
## S3 method for class 'lvec'
min(x, ..., na.rm = FALSE)
## S3 method for class 'lvec'
range(x, ..., na.rm = FALSE)
|
x |
an |
... |
ignored. |
na.rm |
logical indicating whether missing values should be ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.