mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@9b966e9b9c 🚀
This commit is contained in:
parent
70f6cd55a1
commit
d4b211bbcb
115 changed files with 411 additions and 334 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Implemented functions — supported_plots • FreesearchR</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/Montserrat-0.4.9/font.css" rel="stylesheet"><link href="../deps/Public_Sans-0.4.9/font.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><link href="../extra.css" rel="stylesheet"><meta property="og:title" content="Implemented functions — supported_plots"><meta name="description" content='Library of supported functions. The list name and "descr" element should be
|
||||
<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Implemented functions — supported_plots • FreesearchR</title><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/Montserrat-0.4.10/font.css" rel="stylesheet"><link href="../deps/Public_Sans-0.4.10/font.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><link href="../extra.css" rel="stylesheet"><meta property="og:title" content="Implemented functions — supported_plots"><meta name="description" content='Library of supported functions. The list name and "descr" element should be
|
||||
unique for each element on list.
|
||||
descr: Plot description
|
||||
primary.type: Primary variable data type (continuous, dichotomous or ordinal)
|
||||
|
|
@ -23,7 +23,7 @@ tertiary.type: Tertiary variable data type (continuous, dichotomous or ordinal)
|
|||
|
||||
<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.4.2</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.4.3</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">
|
||||
|
|
@ -48,7 +48,7 @@ tertiary.type: Tertiary variable data type (continuous, dichotomous or ordinal)
|
|||
<main id="main" class="col-md-9"><div class="page-header">
|
||||
|
||||
<h1>Implemented functions</h1>
|
||||
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/v25.4.2/R/data_plots.R" class="external-link"><code>R/data_plots.R</code></a></small>
|
||||
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/R/data_plots.R" class="external-link"><code>R/data_plots.R</code></a></small>
|
||||
<div class="d-none name"><code>supported_plots.Rd</code></div>
|
||||
</div>
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ unique for each element on list.</p><ul><li><p>descr: Plot description</p></li>
|
|||
<span class="r-out co"><span class="r-pr">#></span> ..$ fun : chr "plot_violin"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ descr : chr "Violin plot"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ note : chr "A modern alternative to the classic boxplot to visualise data distribution"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ primary.type : chr [1:4] "continuous" "dichotomous" "ordinal" "categorical"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ primary.type : chr [1:5] "datatime" "continuous" "dichotomous" "ordinal" ...</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.type : chr [1:3] "dichotomous" "ordinal" "categorical"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.multi: logi FALSE</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.extra: chr "none"</span>
|
||||
|
|
@ -106,8 +106,8 @@ unique for each element on list.</p><ul><li><p>descr: Plot description</p></li>
|
|||
<span class="r-out co"><span class="r-pr">#></span> ..$ fun : chr "plot_scatter"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ descr : chr "Scatter plot"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ note : chr "A classic way of showing the association between to variables"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ primary.type : chr "continuous"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.type : chr [1:3] "continuous" "ordinal" "categorical"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ primary.type : chr [1:2] "datatime" "continuous"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.type : chr [1:4] "datatime" "continuous" "ordinal" "categorical"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.multi: logi FALSE</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ tertiary.type : chr [1:3] "dichotomous" "ordinal" "categorical"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.extra: NULL</span>
|
||||
|
|
@ -115,7 +115,7 @@ unique for each element on list.</p><ul><li><p>descr: Plot description</p></li>
|
|||
<span class="r-out co"><span class="r-pr">#></span> ..$ fun : chr "plot_box"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ descr : chr "Box plot"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ note : chr "A classic way to plot data distribution by groups"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ primary.type : chr [1:4] "continuous" "dichotomous" "ordinal" "categorical"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ primary.type : chr [1:5] "datatime" "continuous" "dichotomous" "ordinal" ...</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.type : chr [1:3] "dichotomous" "ordinal" "categorical"</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ secondary.multi: logi FALSE</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> ..$ tertiary.type : chr [1:3] "dichotomous" "ordinal" "categorical"</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue