row_means {transformer}R Documentation

Row Means

Description

Row Means

Usage

row_means(x)

Arguments

x

matrix

Value

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

Examples

row_means(t(matrix(1:5)))

[Package transformer version 0.2.0 Index]