Skip to main content

builtin_row_means

Function builtin_row_means 

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

Mean of each row of a matrix or data frame.

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