plotSlope_gui: Plot Profile Slope

View source: R/plotSlope_gui.r

plotSlope_guiR Documentation

Plot Profile Slope

Description

GUI simplifying the creation of plots from slope data.

Usage

plotSlope_gui(
  env = parent.frame(),
  savegui = NULL,
  debug = FALSE,
  parent = NULL
)

Arguments

env

environment in which to search for data frames and save result.

savegui

logical indicating if GUI settings should be saved in the environment.

debug

logical indicating printing debug information.

parent

widget to get focus when finished.

Details

Select a dataset to plot. Plot slope by sample. Automatic plot titles can be replaced by custom titles. A name for the result is automatically suggested. The resulting plot can be saved as either a plot object or as an image.

Value

TRUE

See Also

https://ggplot2.tidyverse.org/ for details on plot settings.


strvalidator documentation built on July 26, 2023, 5:45 p.m.