diff options
Diffstat (limited to 'pkg/inst/web/endpoint.html')
-rw-r--r-- | pkg/inst/web/endpoint.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/inst/web/endpoint.html b/pkg/inst/web/endpoint.html index 0789d95..521f7f4 100644 --- a/pkg/inst/web/endpoint.html +++ b/pkg/inst/web/endpoint.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>endpoint. pfm 0.3-1</title> +<title>endpoint. pfm 0.3-7</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content=""> @@ -32,7 +32,7 @@ <div class="navbar"> <div class="navbar-inner"> <div class="container"> - <a class="brand" href="#">pfm 0.3-1</a> + <a class="brand" href="#">pfm 0.3-7</a> <div class="nav"> <ul class="nav"> <li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li> @@ -56,7 +56,7 @@ <div>soil_DT50(chent, aggregator = geomean, signif = 3, lab_field = "laboratory", value = "DT50ref", redox = "aerobic", raw = FALSE)</div> <div>soil_Kfoc(chent, aggregator = geomean, signif = 3, value = "Kfoc", raw = FALSE)</div> <div>soil_N(chent, aggregator = mean, signif = 3, raw = FALSE)</div> -<div>soil_sorption(chent, values = c("Kfoc", "N"), aggregators = c(Kfoc = geomean, Koc = geomean, N = mean), signif = rep(3, length(values)), raw = FALSE)</div></pre> +<div>soil_sorption(chent, values = c("Kfoc", "N"), aggregators = c(Kfoc = geomean, Koc = geomean, N = mean), signif = c(Kfoc = 3, N = 3), raw = FALSE)</div></pre> <h2>Arguments</h2> <dl> |