-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 2e4accf 🚀
- Loading branch information
1 parent
55ddf9e
commit c12d689
Showing
25 changed files
with
1,891 additions
and
816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,6 +200,12 @@ | |
<a href="../man/group_tt.html" class="sidebar-item-text sidebar-link"> | ||
<span class="menu-text"><code>group_tt</code></span></a> | ||
</div> | ||
</li> | ||
<li class="sidebar-item"> | ||
<div class="sidebar-item-container"> | ||
<a href="../man/plot_tt.html" class="sidebar-item-text sidebar-link"> | ||
<span class="menu-text"><code>plot_tt</code></span></a> | ||
</div> | ||
</li> | ||
<li class="sidebar-item"> | ||
<div class="sidebar-item-container"> | ||
|
@@ -413,7 +419,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>tinytable_l7gu84843fotdlixcfr0</title> | ||
<title>tinytable_dm3nzxhtw1qpjjo0de2j</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -433,7 +439,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_l7gu84843fotdlixcfr0" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_dm3nzxhtw1qpjjo0de2j" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -445,11 +451,11 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
<tbody> | ||
<tr> | ||
<td>10 000</td> | ||
<td> 9 997</td> | ||
<td> 9 999</td> | ||
</tr> | ||
<tr> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
<td>10 001</td> | ||
</tr> | ||
<tr> | ||
<td>10 000</td> | ||
|
@@ -461,12 +467,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_l7gu84843fotdlixcfr0(i, j, css_id) { | ||
var table = document.getElementById("tinytable_l7gu84843fotdlixcfr0"); | ||
function styleCell_dm3nzxhtw1qpjjo0de2j(i, j, css_id) { | ||
var table = document.getElementById("tinytable_dm3nzxhtw1qpjjo0de2j"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_l7gu84843fotdlixcfr0'); | ||
var table = document.getElementById('tinytable_dm3nzxhtw1qpjjo0de2j'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.