From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 08:07:07 +0200 Subject: Documentation improvements, rebuild static docs --- docs/reference/ilr.html | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'docs/reference/ilr.html') diff --git a/docs/reference/ilr.html b/docs/reference/ilr.html index 76ce2233..8410e499 100644 --- a/docs/reference/ilr.html +++ b/docs/reference/ilr.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ transformations." /> - +
@@ -114,7 +117,12 @@ transformations." />
@@ -129,7 +137,7 @@ transformations." />
@@ -155,16 +163,16 @@ 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.

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

See also

Another implementation can be found in R package - robCompositions.

+robCompositions.

Examples

@@ -180,18 +188,10 @@ sensible for vectors with all elements being greater than zero.

length(b) # Four elements
#> [1] 4
ilr(c(b[1:3], 1 - sum(b[1:3]))) # Gives c(0.1, 0.3, 0.5)
#> [1] 0.1 0.3 0.5
- @@ -202,7 +202,7 @@ sensible for vectors with all elements being greater than zero.

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1