mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀
This commit is contained in:
parent
4cf4bd0499
commit
6d545337de
328 changed files with 12930 additions and 1662 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.9.2</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.11.2</small>
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
@ -79,139 +79,15 @@
|
|||
|
||||
|
||||
|
||||
<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r">
|
||||
<code class="sourceCode R"><span><span class="kw"><a href="https://rdrr.io/r/base/library.html" class="external-link">library</a></span><span class="op">(</span><span class="va"><a href="https://github.com/agdamsbo/FreesearchR" class="external-link">FreesearchR</a></span><span class="op">)</span></span>
|
||||
<span><span class="co">#> </span></span>
|
||||
<span><span class="co">#> Attaching package: 'FreesearchR'</span></span>
|
||||
<span><span class="co">#> The following object is masked from 'package:base':</span></span>
|
||||
<span><span class="co">#> </span></span>
|
||||
<span><span class="co">#> sort_by</span></span>
|
||||
<span><span class="va">i18n_path</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/r/base/system.file.html" class="external-link">system.file</a></span><span class="op">(</span><span class="st">"translations"</span>, package <span class="op">=</span> <span class="st">"FreesearchR"</span><span class="op">)</span></span>
|
||||
<span><span class="va">i18n</span> <span class="op"><-</span> <span class="fu">shiny.i18n</span><span class="fu">::</span><span class="va"><a href="https://appsilon.github.io/shiny.i18n/reference/Translator.html" class="external-link">Translator</a></span><span class="op">$</span><span class="fu">new</span><span class="op">(</span>translation_csvs_path <span class="op">=</span> <span class="va">i18n_path</span><span class="op">)</span></span>
|
||||
<span><span class="co">#> Warning in load_local_config(translation_csv_config): You didn't specify config</span></span>
|
||||
<span><span class="co">#> translation yaml file. Default settings are used.</span></span>
|
||||
<span><span class="va">i18n</span><span class="op">$</span><span class="fu">set_translation_language</span><span class="op">(</span><span class="st">"en"</span><span class="op">)</span></span></code></pre></div>
|
||||
<div class="section level2">
|
||||
<h2 id="basic-visualisations">Basic visualisations<a class="anchor" aria-label="anchor" href="#basic-visualisations"></a>
|
||||
</h2>
|
||||
<p>The goal of <strong><em>FreesearchR</em></strong> is to keep things
|
||||
simple. Visuals can get very complicated. We provide a selection of
|
||||
plots, that helps visualise typical clinical and will be enough for most
|
||||
use cases, and for publishing to most journals.</p>
|
||||
<p>If you want to go further, have a look at these sites with
|
||||
suggestions and sample code for data plotting:</p>
|
||||
<ul>
|
||||
<li><p><a href="https://r-charts.com/" class="external-link"><em>R</em> Charts</a>: Extensive
|
||||
gallery with great plots</p></li>
|
||||
<li><p><a href="https://r-graph-gallery.com/" class="external-link"><em>R</em> Graph
|
||||
gallery</a>: Another gallery with great graphs</p></li>
|
||||
<li><p><a href="https://graphicsprinciples.github.io/" class="external-link">graphics
|
||||
principles</a>: Easy to follow recommendations for clear
|
||||
visuals.</p></li>
|
||||
</ul>
|
||||
<div class="section level3">
|
||||
<h3 id="available-plots">Available plots<a class="anchor" aria-label="anchor" href="#available-plots"></a>
|
||||
</h3>
|
||||
<p>Below are the available plot types listed.</p>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="7%">
|
||||
<col width="14%">
|
||||
<col width="77%">
|
||||
</colgroup>
|
||||
<thead><tr class="header">
|
||||
<th align="left">Data type</th>
|
||||
<th align="left">Plot type</th>
|
||||
<th align="left">Description</th>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left">continuous</td>
|
||||
<td align="left">Violin plot</td>
|
||||
<td align="left">A modern alternative to the classic boxplot to
|
||||
visualise data distribution</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">continuous</td>
|
||||
<td align="left">Scatter plot</td>
|
||||
<td align="left">A classic way of showing the association between to
|
||||
variables</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">continuous</td>
|
||||
<td align="left">Box plot</td>
|
||||
<td align="left">A classic way to plot data distribution by groups</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">dichotomous</td>
|
||||
<td align="left">Stacked horizontal bars</td>
|
||||
<td align="left">A classical way of visualising the distribution of an
|
||||
ordinal scale like the modified Ranking Scale and known as Grotta
|
||||
bars</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">dichotomous</td>
|
||||
<td align="left">Violin plot</td>
|
||||
<td align="left">A modern alternative to the classic boxplot to
|
||||
visualise data distribution</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">dichotomous</td>
|
||||
<td align="left">Sankey plot</td>
|
||||
<td align="left">A way of visualising change between groups</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">dichotomous</td>
|
||||
<td align="left">Box plot</td>
|
||||
<td align="left">A classic way to plot data distribution by groups</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">dichotomous</td>
|
||||
<td align="left">Euler diagram</td>
|
||||
<td align="left">Generate area-proportional Euler diagrams to display
|
||||
set relationships</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">categorical</td>
|
||||
<td align="left">Stacked horizontal bars</td>
|
||||
<td align="left">A classical way of visualising the distribution of an
|
||||
ordinal scale like the modified Ranking Scale and known as Grotta
|
||||
bars</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">categorical</td>
|
||||
<td align="left">Violin plot</td>
|
||||
<td align="left">A modern alternative to the classic boxplot to
|
||||
visualise data distribution</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">categorical</td>
|
||||
<td align="left">Sankey plot</td>
|
||||
<td align="left">A way of visualising change between groups</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">categorical</td>
|
||||
<td align="left">Box plot</td>
|
||||
<td align="left">A classic way to plot data distribution by groups</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">categorical</td>
|
||||
<td align="left">Euler diagram</td>
|
||||
<td align="left">Generate area-proportional Euler diagrams to display
|
||||
set relationships</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
|
||||
</nav></aside>
|
||||
<p>Documentation on visuals used in FreesearchR can be found in the <a href="https://freesearchr.github.io/FreesearchR-knowledge/app/visuals.html" class="external-link">FreesearchR
|
||||
project documentations (link)</a>.</p>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<footer><div class="pkgdown-footer-left">
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.3.</p>
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.2.0.</p>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown-footer-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue