From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/ilr.html | 203 ++++++++++++++++++++---------------------------- 1 file changed, 83 insertions(+), 120 deletions(-) (limited to 'docs/reference/ilr.html') diff --git a/docs/reference/ilr.html b/docs/reference/ilr.html index 7937d770..04a8ab76 100644 --- a/docs/reference/ilr.html +++ b/docs/reference/ilr.html @@ -1,157 +1,124 @@ -Function to perform isometric log-ratio transformation — ilr • mkinFunction to perform isometric log-ratio transformation — ilr • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

This implementation is a special case of the class of isometric log-ratio transformations.

-
+
+

Usage

ilr(x)
 
 invilr(x)
-
-

Arguments

+
+

Arguments

x

A numeric vector. Naturally, the forward transformation is only sensible for vectors with all elements being greater than zero.

-
-

Value

+
+

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.

-
-

References

+
+

References

Peter Filzmoser, Karel Hron (2008) Outlier Detection for Compositional Data Using Robust Methods. Math Geosci 40 233-248

-
-

See also

+
+

See also

Another implementation can be found in R package robCompositions.

-
-

Author

+
+

Author

René Lehmann and Johannes Ranke

-
-

Examples

+
+

Examples


 # Order matters
 ilr(c(0.1, 1, 10))
@@ -187,26 +154,22 @@ Compositional Data Using Robust Methods. Math Geosci 40 233-248

-
- -
+
-
- -- cgit v1.2.1