Learn R Programming

transformer (version 0.2.0)

row_vars: Row Variances

Description

Row Variances

Usage

row_vars(x)

Value

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

Arguments

x

matrix

Examples

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

Run the code above in your browser using DataLab