ca: Correspondence Analysis

Description Usage Arguments Value Examples

Description

Correspondence Analysis function wrappers that give the result in a tidy data.frame.

Usage

1
2
3
ca.ca_ca(..., raw_output = TRUE)

ca.vegan_cca(..., raw_output = TRUE)

Arguments

...

Input arguments of the relevant wrapped functions.

raw_output

Logical. Should the raw output of the wrapped functions be stored as an additional output attribute "raw"? Default: TRUE.

Value

A tibble with the ca results for variables (columns) and objects (rows). Additional values are stored in object attributes. See attributes(result)$raw.

name: Character. Names of rows and columns.

type: Character. Type of entry ("row" or "col").

...: Additional variables as provided by the wrapped functions.

CA1...CAX: Numeric. Resulting coordinates.

Examples

1
2

MartinHinz/quantaar documentation built on July 17, 2020, 4:12 p.m.