Learn R Programming

shinyMixR (version 0.5.3)

exploreplot: Function to create plot from data exploration app

Description

This function creates a text string for a ggplot based on an input list. This function is specifically written to be used with the shiny app for data exploration.

Usage

exploreplot(inputlist)

Value

a character string with the ggplot code

Arguments

inputlist

list with input items to create a plot

Author

Richard Hooijmaijers

Examples

Run this code

if (FALSE) exploreplot(input)

Run the code above in your browser using DataLab