diff options
Diffstat (limited to 'inst/staticdocs')
-rw-r--r-- | inst/staticdocs/index.r | 18 |
1 files changed, 18 insertions, 0 deletions
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") +) |