exploreplot {shinyMixR}R Documentation

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)

Arguments

inputlist

list with input items to create a plot

Value

a character string with the ggplot code

Author(s)

Richard Hooijmaijers

Examples


## Not run: exploreplot(input)

[Package shinyMixR version 0.5.1 Index]