I believe R can generate stem-and-leaf for ascii histograms, and scatter plots using this code from Matt Shotwell.
Can it also generate ASCII based line graphs, like this from GNUPlot?

|
I believe R can generate stem-and-leaf for ascii histograms, and scatter plots using this code from Matt Shotwell. Can it also generate ASCII based line graphs, like this from GNUPlot?
|
|||||
|
|
You should look at the fairly recent txtplot package. Currently, it includes scatterplot, line plot, density plot, acf, and bar chart. From the online help,
|
|||||||
|
|
I know there is support for basic interaction between R and GnuPlot in the TeachingDemos package. Perhaps that can achieve what you want. |
|||
|
|