row_vars {transformer}R Documentation

Row Variances

Description

Row Variances

Usage

row_vars(x)

Arguments

x

matrix

Value

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

Examples

row_vars(t(matrix(1:5)))

[Package transformer version 0.2.0 Index]