plfMA-package {plfMA} | R Documentation |
A GUI to view, design and export various graphs of data
Description
Provides a graphical user interface for viewing, designing and exporting various types of graphs of the data. A table file can be directly imported for visualization after launching the GUI. A data object with graph type can also be passed to library function. A graph type could be either scatter (scatter-plot), hist (histogram), bar (bar-plot), box (box-plot), pie (pie-diagram), 3d (3d-plot), ma (MA-plot), density (density-plot) or heatmap. The graphs can be designed with different labels, colors, sizes and other features and saved at differnt resolution in bmp, jpeg, png, tiff, pdf and postscript formats.
Details
Package: | plfMA |
Type: | Package |
Version: | 2.0 |
Date: | 2022-01-07 |
License: | GPL-2 |
Just type pflMA() at R prompt to launch the GUI. Alternatively, create a data object such as x at R prompt and launch the GUI by typing plfMA(x,"heatmap") for heatmap.
Author(s)
Maintainer: Dhammapal Bharne <dhammapalb@uohyd.ac.in>