[R] text plots?

Gabor Grothendieck ggrothendieck at gmail.com
Fri May 12 17:05:30 CEST 2006


You could transfer the data to MacAnova and do it there.
There is an example here:

http://tolstoy.newcastle.edu.au/R/help/03b/7504.html

Type
  help
in MacAnova to get info on other graphics functions.

On 5/12/06, Robert Citek <rwcitek at alum.calberkeley.org> wrote:
>
> Is there a way to do text plots in R?
>
> I'd like to do some simple XY plots in R with the output in text
> (ascii).  For example, with gnuplot I can do the following:
>
> echo 'set terminal dumb ; plot sin(x)' | gnuplot
>
> To generate a simple sin wave.  Since I connect to a remote Linux
> machine using SSH, being able to generate a rough idea of what a plot
> will look like in text would be of benefit.  I've looked at ?plot, ?
> par, and ?plot.default but didn't see anything obvious.
>
> Regards,
> - Robert
> http://www.cwelug.org/downloads
> Help others get OpenSource software.  Distribute FLOSS
> for Windows, Linux, *BSD, and MacOS X with BitTorrent
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list