Learn R Programming

transformer (version 0.2.0)

row_means: Row Means

Description

Row Means

Usage

row_means(x)

Value

vector with the mean of each of row of the input matrix

Arguments

x

matrix

Examples

Run this code
row_means(t(matrix(1:5)))

Run the code above in your browser using DataLab