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 March 8, 2024, 1:01 a.m.