Skip to main content

builtin_col_means

Function builtin_col_means 

Source
fn builtin_col_means(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Mean of each column of a matrix or data frame.

@param x numeric matrix or data frame @param na.rm logical: remove NAs? @return numeric vector of length ncol(x) @namespace base