easyPlot: Start an Interactive User Interface 'easyPlot'

View source: R/easyPlot.R

easyPlotR Documentation

Start an Interactive User Interface 'easyPlot'

Description

Start an Interactive User Interface 'easyPlot'

Usage

easyPlot(data = NULL)

Arguments

data

(data.frame) an optional data frame with at least two columns passed as a character string

Author(s)

Michal Majka

Examples

# Run easyPlot GUI
if (interactive()) {
  easyPlot::easyPlot()
}

# Pass custom data to easyPlot
if (interactive()) {
  easyPlot::easyPlot(iris)
}

majkamichal/easyPlot documentation built on June 24, 2024, 10:24 a.m.