Displaying 4 results from an estimated 4 matches for "macanova".
Did you mean:
maanova
2003 Dec 08
2
Character graphics
Does anyone else miss email-friendly character graphics such as the
following example, produced using Minitab?
Histogram of C6 N = 478 N* = 21
Each * represents 2 observation(s)
Midpoint Count
-12 16 ********
-11 53 ***************************
-10 63 ********************************
-9 83
2006 May 30
4
Add text/numbers to x axis?
Is there any simple way to add text to the x axis in R? I have tried to
add simple characters in R without any greater sucess. As an example of
what I want to do is the added C in the following "dumb" plot (produced
with MacAnova using the option "dumb:T"):
++------+-------+------+-------+------+-------+------+-------++
1+ : *+
| : * * |
| : *...
2000 Mar 24
0
More on Win R and clipboard
...lity are you thinking about? Something like
>having 'read.table.from.clipboard' or something more advanced?
Well I guess I was thinking of something pretty basic, eg for the convenience
of transferring to/from EXCEL as Peter Bernat suggested. I use another great
freeware program called MACANOVA
(http://www.stat.umn.edu/~gary/macanova/macanova.home.html) and I find its
'toclip' and 'fromclip' functions _very_ handy. This was the kind of thing I
had in mind.
However after reading Zivan Karaman's post, I think he's hit the nail square
on the head. I couldn't put...
2006 May 12
6
text plots?
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