Revision 9d594684d2bd4630b4501eac818563d0509628d4 authored by Matthias Templ on 14 August 2017, 12:14:11 UTC, committed by cran-robot on 14 August 2017, 12:14:11 UTC
1 parent 608a88e
Raw File
corCoDa.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/corCoDa.R
\name{corCoDa}
\alias{corCoDa}
\title{Correlations for compositional data}
\usage{
corCoDa(x, ...)
}
\arguments{
\item{x}{a matrix or data frame with compositional data}

\item{...}{additional arguments for the function \code{\link{cor}}}
}
\value{
A compositional correlation matrix.
}
\description{
This function computes correlation coefficients between compositional parts based
on symmetric balances.
}
\examples{
data(expenditures)
corCoDa(expenditures)
x <- arcticLake 
corCoDa(x)

}
\references{
Kynclova, P., Hron, K., Filzmoser, P.
Correlation between compositional parts based on symmetric balances. Submitted to \emph{Mathematical Geosciences}.
}
\author{
Petra Kynclova
}
back to top