diff --git a/404.html b/404.html index 7230217..64c0df0 100644 --- a/404.html +++ b/404.html @@ -7,10 +7,10 @@ Page not found (404) • autoReg - - + + - + + + - + + + - + + + - + + + - + + + - + Articles • autoRegArticles • autoReg @@ -10,7 +10,7 @@ autoReg - 0.3.1 + 0.3.3 + + + + + +
+
+
+ +
+

takes the breaks as input and returns labels as output

+
+ +
+

Usage

+
label_parse(breaks)
+
+ +
+

Arguments

+
breaks
+

character

+ +
+
+

Value

+ + +

a character vector

+
+ +
+ + +
+ + + + + + + diff --git a/reference/libs/tabwid-1.1.3/tabwid.css b/reference/libs/tabwid-1.1.3/tabwid.css new file mode 100644 index 0000000..5e31a86 --- /dev/null +++ b/reference/libs/tabwid-1.1.3/tabwid.css @@ -0,0 +1,42 @@ +.tabwid { + font-size: initial; + padding-bottom: 1em; +} + +.tabwid table{ + border-spacing:0px !important; + border-collapse:collapse; + line-height:1; + margin-left:auto; + margin-right:auto; + border-width: 0; + border-color: transparent; + caption-side: top; +} +.tabwid-caption-bottom table{ + caption-side: bottom; +} +.tabwid_left table{ + margin-left:0; +} +.tabwid_right table{ + margin-right:0; +} +.tabwid td, .tabwid th { + padding: 0; +} +.tabwid a { + text-decoration: none; +} +.tabwid thead { + background-color: transparent; +} +.tabwid tfoot { + background-color: transparent; +} +.tabwid table tr { +background-color: transparent; +} +.katex-display { + margin: 0 0 !important; +} diff --git a/reference/libs/tabwid-1.1.3/tabwid.js b/reference/libs/tabwid-1.1.3/tabwid.js new file mode 100644 index 0000000..47070f7 --- /dev/null +++ b/reference/libs/tabwid-1.1.3/tabwid.js @@ -0,0 +1,20 @@ +document.addEventListener("DOMContentLoaded", function(event) { + var els = document.querySelectorAll(".tabwid"); + var tabwid_link = document.querySelector('link[href*="tabwid.css"]') + if (tabwid_link === null) { + const tabwid_styles = document.evaluate("//style[contains(., 'tabwid')]", document, null, XPathResult.ANY_TYPE, null ); + tabwid_link = tabwid_styles.iterateNext(); + } + + Array.prototype.forEach.call(els, function(template) { + const dest = document.createElement("div"); + template.parentNode.insertBefore(dest, template.nextSibling) + dest.setAttribute("class", "flextable-shadow-host"); + const fantome = dest.attachShadow({mode: 'open'}); + fantome.appendChild(template); + if (tabwid_link !== null) { + fantome.appendChild(tabwid_link.cloneNode(true)); + } + }); +}); + diff --git a/reference/loglogplot-2.png b/reference/loglogplot-2.png index d07169e..bb37dc8 100644 Binary files a/reference/loglogplot-2.png and b/reference/loglogplot-2.png differ diff --git a/reference/loglogplot-5.png b/reference/loglogplot-5.png index f180dd9..f56d39d 100644 Binary files a/reference/loglogplot-5.png and b/reference/loglogplot-5.png differ diff --git a/reference/loglogplot-6.png b/reference/loglogplot-6.png index f7e1dc7..465225d 100644 Binary files a/reference/loglogplot-6.png and b/reference/loglogplot-6.png differ diff --git a/reference/loglogplot-7.png b/reference/loglogplot-7.png index 6ae9f3d..5279a0d 100644 Binary files a/reference/loglogplot-7.png and b/reference/loglogplot-7.png differ diff --git a/reference/loglogplot-8.png b/reference/loglogplot-8.png index 65457ee..ebe715e 100644 Binary files a/reference/loglogplot-8.png and b/reference/loglogplot-8.png differ diff --git a/reference/loglogplot-9.png b/reference/loglogplot-9.png new file mode 100644 index 0000000..6bcf96b Binary files /dev/null and b/reference/loglogplot-9.png differ diff --git a/reference/loglogplot.html b/reference/loglogplot.html index b7fb737..e7dd659 100644 --- a/reference/loglogplot.html +++ b/reference/loglogplot.html @@ -1,5 +1,5 @@ -Draw log-log plot — loglogplot • autoRegDraw log-log plot — loglogplot • autoReg @@ -10,7 +10,7 @@ autoReg - 0.3.1 + 0.3.3