diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-12 08:07:07 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-12 08:36:31 +0200 |
commit | 9ac853c7ceece333099021974025d07e75be2b33 (patch) | |
tree | 21bd165193456a616140eb5b2484a1bb75dab765 /man/ilr.Rd | |
parent | feca0008dcf662bba5c728096c4e63b923b8979b (diff) |
Documentation improvements, rebuild static docs
Diffstat (limited to 'man/ilr.Rd')
-rw-r--r-- | man/ilr.Rd | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,8 +15,8 @@ sensible for vectors with all elements being greater than zero.} } \value{ The result of the forward or backward transformation. The returned - components always sum to 1 for the case of the inverse log-ratio - transformation. +components always sum to 1 for the case of the inverse log-ratio +transformation. } \description{ This implementation is a special case of the class of isometric log-ratio @@ -48,11 +48,11 @@ ilr(c(b[1:3], 1 - sum(b[1:3]))) # Gives c(0.1, 0.3, 0.5) } \references{ Peter Filzmoser, Karel Hron (2008) Outlier Detection for - Compositional Data Using Robust Methods. Math Geosci 40 233-248 +Compositional Data Using Robust Methods. Math Geosci 40 233-248 } \seealso{ Another implementation can be found in R package - \code{robCompositions}. +\code{robCompositions}. } \author{ René Lehmann and Johannes Ranke |