1

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.

ansek
  • 443
  • 3
  • 17

1 Answers1

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