exploreplot: Function to create plot from data exploration app

View source: R/exploreplot.r

exploreplotR 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)

shinyMixR documentation built on April 12, 2025, 2:25 a.m.