View source: R/Main_functions.R
row_mean | R Documentation |
Compute the mean by row
row_mean(df, na.rm = TRUE, log = FALSE)
df |
a data frame |
na.rm |
logical, remove NA values |
log |
logical, use geometric mean instead of arithmetic mean |
A numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.