From ae12e32d074ba3839c1b71d500d9a0757b0d8d10 Mon Sep 17 00:00:00 2001 From: ranke Date: Sat, 22 Aug 2015 09:29:17 +0000 Subject: Add static HTML documentation git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@37 5fad18fb-23f0-0310-ab10-e59a3bee62b4 --- inst/staticdocs/index.r | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 inst/staticdocs/index.r (limited to 'inst/staticdocs/index.r') diff --git a/inst/staticdocs/index.r b/inst/staticdocs/index.r new file mode 100644 index 0000000..4a82ad0 --- /dev/null +++ b/inst/staticdocs/index.r @@ -0,0 +1,18 @@ +sd_section( + "Main functions", + "Essential functionality", + c("inverse.predict", "calplot") +) +sd_section( + "LOD and LOQ", + "Limit of detection and limit of quantification", + c("lod", + "loq") +) +sd_section( + "Datasets", + "Example data", + c("din32645", + "massart97ex1", + "massart97ex2") +) -- cgit v1.2.1