mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
too much..
This commit is contained in:
parent
e5b702a183
commit
bc8aa7b583
28 changed files with 1064 additions and 95 deletions
25
man/supported_plots.Rd
Normal file
25
man/supported_plots.Rd
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/data_plots.R
|
||||
\name{supported_plots}
|
||||
\alias{supported_plots}
|
||||
\title{Implemented functions}
|
||||
\usage{
|
||||
supported_plots()
|
||||
}
|
||||
\value{
|
||||
list
|
||||
}
|
||||
\description{
|
||||
Library of supported functions. The list name and "descr" element should be
|
||||
unique for each element on list.
|
||||
\itemize{
|
||||
\item descr: Plot description
|
||||
\item primary.type: Primary variable data type (continuous, dichotomous or ordinal)
|
||||
\item secondary.type: Secondary variable data type (continuous, dichotomous or ordinal)
|
||||
\item secondary.extra: "none" or NULL to have option to choose none.
|
||||
\item tertiary.type: Tertiary variable data type (continuous, dichotomous or ordinal)
|
||||
}
|
||||
}
|
||||
\examples{
|
||||
supported_plots() |> str()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue