Displaying 6 results from an estimated 6 matches for "altk".
Did you mean:
alt
2008 Aug 09
3
matrix name
Hello,
Presently, we are able to add additionnal info to a matrix
thanks to the nice comment() and attr() functions.
Maybe I miss some other functions ?
Since there is a always a little remaining place on the
top left when one print a matrix,
I was wondering if it won't be interesting to offer the
possibility to show some information here,
I'm thinking on something like :
> attr(M,
2006 Aug 28
1
Modified Bessel function of third kind (fractional or real order)
Hello,
I am searching for code in C++ or fortran for Modified Bessel function of third kind (fractional or real order). Can someone help me?
Thank you
---------------------------------
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
2007 May 24
2
object getConnection
Hi,
I use the functions socketConnections() and getConnection()
which are working fine. Thanks to the authors.
After opening nicely some socketConnection,
getConnection(3) returns something like :
description class mode text opened can read can write
"->127.0.0.1:7496" "socket" "wb" "binary" "opened" "yes"
2008 Apr 01
1
access networked PCs directories/files with R ?
access networked PCs directories/files with R ?
Dear group,
I would like to know if there is an "easy" way to access several
networked PCs directories/files from one PC with R ?
Concerned OS is windows.
I can for instance use dir() on my current PC.
Is there a way to do dir() on a connected PC ?
(Is there a special syntax for the path ?)
(read.table() or readLines() work with URLs
I
2007 Apr 12
1
printf capture
printf capture
Dear All,
I'm running R-2.4.1 on WindowsXP.
I wrote a small C++ DLL using Rprintf() and all works fine
dyn.load(), is.loaded('f1'), Rprintf(), .C(), all is ok.
Now, the worry :
I use also a 3rd party piece of C++ program which was not designed
for R and uses printf().
I though on sink(...) before .C('f1'), but it doesn't work.
I call
2007 Feb 23
9
IDE for R C++ package writing ?
Dear all,
I have to develop a (hopefully) small package for R in C++.
I didn't code in C++ for some years, and i'm now searching
for an adequate IDE for this task.
Some of my criterions : not proprietary, not too heavy,
open to linux, not java gasworks, still maintained, etc
After looking on several places