R-package-aplpack
APLPACK
Another PLotting PACKage for R
designed by H. P. Wolf
Description
The package aplpack (Another PLotting PACKage) contains some functions for drawing special plots:
stem.leaf plots stem and leaf displays
bagplot plots bagplots
boxplot2D plots boxplots into a scatterplot
faces plots chernoff faces
iconplot() constructs a graphical contingency table. The panels of the plot corresponds to the cells of the table. In a panel small icons are drawn and the number of its icons is defined by the number of the cell. iconplot can be called with a table or a data matrix. In case of a data matrix the contingency table is created internally.
The function puticon() adds icon(s) to the plot of the current plot device; this function can be used to plot a logo in a corner of your plots.
old versions: iconplot42.R contains the definition of the function iconplot(), version.42, puticon42.R contains the definition of the function puticon(), version.42
iconplot43.R contains the definition of the function iconplot(), version.43
puticon43.R contains the definition of the function puticon(), version.43
Some examples are found on the help pages of the functions. Note: To be able to use jpeg, png or pmn images as icons the package jpeg, png and tcltk must have be loaded.
iconplot.pdf contains the help page of iconplot
puticon.pdf contains the help page of iconplot
A file containing examples is under construction. An older version of iconplot() was called pic.plot(). To get an idea of the varity of plots which can be generated by iconplot have a look into:
old version: pic.plot_examples.pdf -- 100 examples showing different features of the old version of pic.plot(), pic.plot_examples_demo_file.R -- interactive code of examples of the old version of pic.plot_examples.pdf
iconplot_examples.pdf -- 100 examples showing different features of the version of iconplot()
grp.plot.R -- experimental function for plotting within the framework of grp.plot39.R (version.39)
pic.plot.poster -- ein Poster zu pic.plot() anlässlich DAGStat 2016 in Göttingen
spin3R for inspection of a 3-dim point cloud
slider functions for interactive graphics, see: slider
slider slider.bootstrap.lm.plot slider.brush.pairs slider.brush.plot.xy slider.density slider.hist slider.lowess.plot slider.present.density slider.show.density slider.show.norm slider.show.normal.density slider.smooth.plot.ts slider.split.plot.ts slider.trimmed.mean slider.trimmed.mean.plus slider.trimmed.mean.simple slider.xyz slider.zoom.plot.ts

example: sampling some points and fitting a polynomial l
Snapshots
some bagplots:

a sloped boxplot 
some faces 
Faces at (x,y) positions

Installation
- Installation for windows:
-
aplpack_1.3.2.zip contains the newest version of aplpack. The
.zipfile has to be extracted into your R library -- for example:.../R-3.*.*/library/.
-
Installation for
linux: -
aplpack_1.3.2.tar.gz contains the newest version of
aplpack. -
This
.gzfile has to be installed byR CMD INSTALL
License
aplpack is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. aplpack is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GNU General Public License is available via WWW at http://www.gnu.org/copyleft/gpl.html
Acknowledgements
- Thanks to Wouter Meuleman and John Fox for their remarks and improvements.


