From ccc70e82af4ba435f0a71ba1ae4e0e92045c3852 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 5 May 2017 12:46:31 +0200 Subject: Static docs except articles rebuilt with current pkgdown --- docs/reference/geometric_mean.html | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'docs/reference/geometric_mean.html') diff --git a/docs/reference/geometric_mean.html b/docs/reference/geometric_mean.html index 828ec471..22d06fec 100644 --- a/docs/reference/geometric_mean.html +++ b/docs/reference/geometric_mean.html @@ -6,7 +6,7 @@ - Calculate the geometric mean — geometric_mean • mkin +Calculate the geometric mean — geometric_mean • mkin @@ -25,12 +25,14 @@ - + + + @@ -70,6 +72,9 @@
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Calculation of time weighted average concentrations with mkin +
  • @@ -95,22 +100,27 @@

    Function calculating the geometric mean of numeric vectors

    -
    geometric_mean(x, na.rm = FALSE)
    +
    geometric_mean(x, na.rm = FALSE)

    Arguments

    -
    -
    x
    -
    A numeric vector
    -
    na.rm
    -
    Should NA values be ignored
    -
    + + + + + + + + + + +
    x

    A numeric vector

    na.rm

    Should NA values be ignored

    Value

    -- cgit v1.2.1