guiplot {guiplot} | R 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)
[Package guiplot version 0.5.0 Index]