| all.lvec | R Documentation | 
These functions should behave as their regular counterparts.
## 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.