Skip to contents

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)

Arguments

inputlist

list with input items to create a plot

Value

a character string with the ggplot code

Author

Richard Hooijmaijers

Examples


if (FALSE) exploreplot(input) # \dontrun{}