rplotengine: R as a Plotting Engine

Generate basic charts either by custom applications, or from a small script launched from the system console, or within the R console. Two ASCII text files are necessary: (1) The graph parameters file, which name is passed to the function 'rplotengine()'. The user can specify the titles, choose the type of the graph, graph output formats (e.g. png, eps), proportion of the X-axis and Y-axis, position of the legend, whether to show or not a grid at the background, etc. (2) The data to be plotted, which name is specified as a parameter ('data_filename') in the previous file. This data file has a tabulated format, with a single character (e.g. tab) between each column. Optionally, the file could include data columns for showing confidence intervals.

Version: 1.0-9
Depends: R (≥ 2.6.2), xtable
Published: 2023-03-13
Author: Pedro-Pablo Garrido Abenza [aut, cre]
Maintainer: Pedro-Pablo Garrido Abenza <pgarrido at umh.es>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://www.umh.es
NeedsCompilation: no
CRAN checks: rplotengine results

Documentation:

Reference manual: rplotengine.pdf

Downloads:

Package source: rplotengine_1.0-9.tar.gz
Windows binaries: r-prerel: rplotengine_1.0-9.zip, r-release: rplotengine_1.0-9.zip, r-oldrel: rplotengine_1.0-9.zip
macOS binaries: r-prerel (arm64): rplotengine_1.0-9.tgz, r-release (arm64): rplotengine_1.0-9.tgz, r-oldrel (arm64): rplotengine_1.0-9.tgz, r-prerel (x86_64): rplotengine_1.0-9.tgz, r-release (x86_64): rplotengine_1.0-9.tgz
Old sources: rplotengine archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rplotengine to link to this page.