Skip to content

text on some lines

4 messages · Navarre Sabine, Uwe Ligges, Sophie Tricaud-Vialle +1 more

#
Navarre Sabine wrote:

            
Do you mean for output to console / in plots?
Simply insert a "\n" (newline), for example.

Uwe Ligges
#
Hello !

I just start in using R, and I have already questions...

I want to use the arules package : I have installed the package, and have
the arules package 's reference manual, but I haven't yet understood how to
use it.

I have my data (from Excel, .txt), that I have read on R : I think (hope !)
it's ok
Then, what must I do first to analyse my data (to identify the association
rules) ? I suppose I have to "transform" my file, but how ? Which commands
must I use to ?

Thanks for all !

Sophie !
#
On Tue, 26 Jul 2005, Uwe Ligges wrote:

            
And strwrap() will help you insert it in the right place, e.g.
[1] "For example, if you have a long sentence"
[2] "and you want to cut it at the 45 caracter"
[3] "and put the continuation underneath!"
[1] "For example, if you have a long sentence\nand you want to cut it at the 45 caracter\nand put the continuation underneath!"

the latter for use when plotting.