CLOSE: Closure of rows of compositional data matrix

Description Usage Arguments Details Value Author(s) References Examples

View source: R/CLOSE.r

Description

This function closes (or normalizes) the rows of a compositional data matrix, resulting in rows summing to 1.

Usage

1
CLOSE(x)

Arguments

x

Compositional data matrix.

Details

Compositional data carry relative information. It is sometimes required to close the data so that each row of observations sums to 1. The function CLOSE performs the closure.

Value

The closed compositional data matrix.

Author(s)

Michael Greenacre

References

Greenacre, M. (2018), Compositional Data Analysis in Practice, Chapman & Hall / CRC.

Examples

1
2
3
4

easyCODA documentation built on Sept. 20, 2020, 1:07 a.m.