When doing analysis I like to output all my tables and results to a text file. I do many graphs to plot the lift from models and was wondering if it was possible to output graphs as ascii text graphic so they can be output to my text file.
Asked
Active
Viewed 822 times
1
-
2Text as in postscript or ascii art? Or? – mdsumner Apr 01 '12 at 14:34
-
There's a package that does basic text based graphs (boxplot, scatter etc) that I came across a month ago but had no use for and can't seem to find it now. – Tyler Rinker Apr 01 '12 at 16:01
-
1Could you show us an example? It's still a bit ambiguous as to what you're looking for. – Brandon Bertelsen Apr 01 '12 at 16:56
-
@mdsumner Text as in ascii art. – ansek Apr 01 '12 at 20:45
-
Put that in the q to make it clearer. – mdsumner Apr 01 '12 at 22:23
-
Updated as suggested. Thank you. – ansek Apr 02 '12 at 00:59
1 Answers
2
You could try the txtplot
package, see also: https://stackoverflow.com/a/9151960/567015

Community
- 1
- 1

Sacha Epskamp
- 46,463
- 20
- 113
- 131
-
That's the one I was thinking of, though it doesn't appear to offer boxplots. – Tyler Rinker Apr 01 '12 at 19:09
-
@Sacha - txtplot is very very close to what I seek. I just want something with the ability to do line graphs. I'll use it in the mean time. I don't have enough reputation points to vote you up but if a better alternative is not presented I'll give you credit for the answer. – ansek Apr 01 '12 at 21:40
-
@Sacha - playing with the number of `*` in the `pch` parameter allowed me to get workable output. I used `pch='******'` to give me the ability to see the parter. I'm giving you credit for the answer. I hope it doesn't deter others from posting additional options. Thank you. – ansek Apr 01 '12 at 21:55