| newInput {RJSplot} | R Documentation |
Produce a newInput object for R4web.
Description
newInput produce newInput object for R4web.
Usage
newInput(name, type = c("character","numeric","matrix","data.frame","factor"),
default = "", levels = NULL, multi = FALSE)
Arguments
name |
character string with the variable name. |
type |
character string which describes the variable type. Possible values are "character", "numeric", "matrix", "data.frame" or "factor". |
default |
default value for this input. |
levels |
a vector with the possible input values. It is described only for factor data |
multi |
boolean value which indicates if multiple selection are enabled for this input. It is described only for factor data |
Value
Return a newInput object.
Author(s)
David Barrios and Carlos Prieto. Bioinformatics Service of Nucleus, University of Salamanca. See https://bioinfo.usal.es/
See Also
The ‘RJSplot’ Website: https://rjsplot.usal.es
dendrogram_rjs, densityplot_rjs, genomemap_rjs, heatmap_rjs, manhattan_rjs, network_rjs, scatterplot_rjs, symheatmap_rjs, wordcloud_rjs, boxplot_rjs, bubbles_rjs, hiveplot_rjs, piechart_rjs, barplot_rjs, tables_rjs, surface3d_rjs, scatter3d_rjs.