Displaying 8 results from an estimated 8 matches for "houix".
2001 May 10
3
about strsplit
...[[1]]
[1] "F" "d" "4" "+" "1" "/" "4"
but
> strsplit(s,"d")
[[1]]
[1] "F" "4+1/4"
So the problem is "+" !
I would prefer to obtain:
"Fd4" "1/4"
Thanks
Olivier Houix
--
Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51
Equipe Perception et Cognition Musicales http://www.ircam.fr/
IRCAM 1 place Igor Stravinsky 75004 Paris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mail...
2001 Jun 12
1
cophenetic matrix
...tion with your data. Because for
little matrix (as Legendre's example), I found the same cophenetic
correlation as Matlab do (direct calculation) but for bigger matrix
(30x30) my results differ!!
Maybe my function is wrong?
To use my function you need to have the sm library.
Thanks
Olivier Houix
--
Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51
Equipe Perception et Cognition Musicales http://www.ircam.fr/
IRCAM 1 place Igor Stravinsky 75004 Paris
-------------- next part --------------
### cophenetic matrix that represents...
2000 Oct 27
1
problem with list
...some problems to concatenate elements of a list:
> s1
[1] 1 2 3 4
> s2
[1] 6 7
> l <- list(s1,s2)
> l
[[1]]
[1] 1 2 3 4
[[2]]
[1] 6 7
but now I want to get this:
> l
[[1]]
[1] 1 2 3 4
[[2]]
[1] 6 7
[[3]]
[1] 1 2 3 4 6 7 ## l[1] with l[2]
Someone can help me?
Thanks
Olivier Houix
--
Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51
Equipe Perception et Cognition Musicales http://www.ircam.fr/
IRCAM 1 place Igor Stravinsky 75004 Paris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mai...
2001 Jul 19
3
Write a script
Dear R users,
I would like to write a script to launch R commands from a Unix prompt but I
do not have any idea how to do it. Can someone bring me help please?
Thanks in advance
Denis Choquet
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1999 Nov 16
2
Grid lines?
Hi,
I'm new to R and I wonder if it's possible to have grid lines on a graph?
Thanks.
Yves Gauvreau
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2001 Feb 23
4
hclust question
Dear all,
I have a question with regard to the use of hclust. I would like to be
able to specify my own distance matrix instead of asking R to compute
the distance matrix for me. It is computationally easier for me this
way. My question is: How can I get hclust to accept this?
Thanks,
Ranjan
--
***************************************************************************
Ranjan
2000 Nov 06
6
unix
hello
Is it possible to execute Unix command from R prompt?
for example
ls
cd ..
In matlab this possible by adding "!"
!ls
!cd ..
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not
2000 Nov 06
6
unix
hello
Is it possible to execute Unix command from R prompt?
for example
ls
cd ..
In matlab this possible by adding "!"
!ls
!cd ..
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not