Percen_Variance: Percentage of variance

View source: R/Percen_Variance.R

Percen_VarianceR Documentation

Percentage of variance

Description

This function calculates the variance of each row of the matrix PB. Returns the percentage of variance of each row of the matrix PB.

Usage

Percen_Variance(PB)

Arguments

PB

Matrix.

Value

Returns a vector with percentage of variance of each row of the matrix PB.

Examples


matt=matrix(c(1:4),2,2)


Percen_Variance(matt)


CoDaLoMic documentation built on April 12, 2025, 2:18 a.m.