mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new renders
This commit is contained in:
parent
5ca751d3ea
commit
ab3df0eda6
22 changed files with 97 additions and 38 deletions
27
man/available_plots.Rd
Normal file
27
man/available_plots.Rd
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/plot-helpers.R
|
||||
\name{available_plots}
|
||||
\alias{available_plots}
|
||||
\title{Implemented functions}
|
||||
\usage{
|
||||
available_plots()
|
||||
}
|
||||
\value{
|
||||
list
|
||||
}
|
||||
\description{
|
||||
Library of supported functions. The list name and "descr" element should be
|
||||
unique for each element on list.
|
||||
\itemize{
|
||||
\item fun: the plotting function
|
||||
\item fun.args: default parameters for the plotting function
|
||||
\item descr: Plot description
|
||||
\item note: Short note/description of the function for displaying in ui and docs
|
||||
\item primary.type: Primary variable data type (see \link{data_type})
|
||||
\item base: holds a list of parameters for plot input fields generation
|
||||
Secondary and tertiary variable input fields are mandatory.
|
||||
}
|
||||
}
|
||||
\examples{
|
||||
available_plots() |> str()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue