mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@e8307d3a2e 🚀
This commit is contained in:
parent
03b54b0d15
commit
6087f061bf
186 changed files with 782 additions and 364 deletions
36
reference/available_plots.md
Normal file
36
reference/available_plots.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Implemented functions
|
||||
|
||||
Library of supported functions. The list name and "descr" element should
|
||||
be unique for each element on list.
|
||||
|
||||
- fun: the plotting function
|
||||
|
||||
- fun.args: default parameters for the plotting function
|
||||
|
||||
- descr: Plot description
|
||||
|
||||
- note: Short note/description of the function for displaying in ui and
|
||||
docs
|
||||
|
||||
- primary.type: Primary variable data type (see
|
||||
[data_type](https://agdamsbo.github.io/FreesearchR/reference/data_type.md))
|
||||
|
||||
- base: holds a list of parameters for plot input fields generation
|
||||
Secondary and tertiary variable input fields are mandatory.
|
||||
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
available_plots()
|
||||
```
|
||||
|
||||
## Value
|
||||
|
||||
list
|
||||
|
||||
## Examples
|
||||
|
||||
``` r
|
||||
available_plots() |> str()
|
||||
#> Error in available_plots(): object 'i18n' not found
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue