| Encoding: | UTF-8 | 
| Type: | Package | 
| Title: | A Multi-Platform GUI for Drawing Customizable Graphs in R | 
| Version: | 1.9-86-5 | 
| Date: | 2023-11-06 | 
| Author: | Maxime HERVE | 
| Maintainer: | Maxime HERVE <maxime.herve@univ-rennes1.fr> | 
| Depends: | R (≥ 2.13.0), tcltk | 
| Description: | A multi-platform user interface for drawing highly customizable graphs in R. It aims to be a valuable help to quickly draw publishable graphs without any knowledge of R commands. Six kinds of graph are available: histogram, box-and-whisker plot, bar plot, pie chart, curve and scatter plot. | 
| License: | GPL-2 | 
| LazyLoad: | yes | 
| LazyData: | true | 
| NeedsCompilation: | no | 
| Packaged: | 2023-11-06 10:21:18 UTC; maherve | 
| Repository: | CRAN | 
| Date/Publication: | 2023-11-06 15:40:09 UTC | 
A Multi-Platform GUI for Drawing Customizable Graphs in R
Description
A multi-platform user interface for drawing highly customizable graphs in R. It aims to be a valuable help to quickly draw publishable graphs without any knowledge of R commands. Six kinds of graph are available: histogram, box-and-whisker plot, bar plot, pie chart, curve and scatter plot.
Details
| Package: | GrapheR | 
| Type: | Package | 
| Version: | 1.9-86-5 | 
| Date: | 2023-11-06 | 
| License: | GPL-2 | 
| LazyLoad: | yes | 
Author(s)
Maxime HERVE
Maintainer: Maxime HERVE <maxime.herve@univ-rennes1.fr>
References
DALGAARD P (2001) A Primer on the R-Tcl/Tk Package. R News, 1(3), 27–31.
DALGAARD P (2002) Changes to the R-Tcl/Tk Package. R News, 2(3), 25–27.
HERVE M (2011) GrapheR: a multiplatform GUI for drawing customizable graphs in R. The R Journal, 3(2), 45–53.
Examples
## Not run: 
# To launch or re-launch the interface after closing:
run.GrapheR()
## End(Not run)
Swallows dataset
Description
An illustrative and fictive dataset about African and European swallows.
Usage
SwallowsFormat
- Species 
- Sex 
- Size 
- Weight 
- Coconuts 
- Distance 
Run GrapheR
Description
The function launches GrapheR. Use it after closing the interface to re-launch it.
Usage
run.GrapheR(lang = NULL, path.to.save = NULL, figurej = FALSE)
Arguments
| lang | language, when the interface is relaunched. | 
| path.to.save | if not  | 
| figurej | if  | 
Author(s)
Maxime HERVE <maxime.herve@univ-rennes1.fr>