Siemens RapidMiner SLC chapter II txscatter three-dimensional ASCII text scatter plot
Too long to post: see
https://github.com/rogerjdeangelis/siemens-rapidminer-slc-chapter-II-txscatter-three-dimensional-ascii-text-scatter-plot
NOTE: A major by-product is wrapping R in an SLC macro and exchanging macro variables wit R.
SLC R macro, txscatter, imitates slc proc plot
Because this solution uses utf-8 encoding your SLC editor should use utf-8 encoding.
I use UltraEdit editor with utf-8 encoding.
CONTENTS
1 input
2 SLC proc plot
3 R documentation on plot size
4 R SLC txscatter macro
This macro provides a 3d text scatter plot and png plot
The ascii text plot is easily annotated
5 R SLC macro txscatter on end and in
https://github.com/rogerjdeangelis/utl-macros-used-in-many-of-rogerjdeangelis-repositories
6 R submit macro
In the spirit of John Tukey, get close to your data, observe it carefully, and document what you see.
Text graphics are powerful because they allow ggplot to render plots in text.
Manually refining those text graphics brings you even closer to the data,
helping surface patterns and insights that might otherwise be missed.
see
https://github.com/cheuerde/plotcli