guiplot: guiplot

View source: R/guiplot.R

guiplotR Documentation

guiplot

Description

guiplot

Usage

guiplot(..., out_dir = getwd())

Arguments

...

Matrix or data frame

out_dir

The storage path of the output picture, recommend 'out_dir=getwd()'

Value

Export files(png and pdf of plot) to a temporary directory, or user-defined folders.

Examples

if (interactive()) {
# Launch with built-in PK data set:
guiplot(PK)
}

## Not run: 
# Launch with memory-in data set:
guiplot()

# Launch with memory-in data set, and output plot to user-defined folders:
guiplot(PK,out_dir= Any_directory_you_want_to_export)


## End(Not run)


s0521/guiplot documentation built on Sept. 10, 2023, 9:36 p.m.