Displaying 3 results from an estimated 3 matches for "bremn".
Did you mean:
bremen
2001 Oct 08
1
.Fortran()
...tran subroutines using .Fortran(). These
subroutines have arguments of type 'character', 'real', 'integer', and
'integer*2'. Is it impossible to call subroutines expecting both
'character' and 'real' as input?
Any help is appreciated.
John Bjornar Bremnes
Norwegian Meteorological Institute
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 su...
2003 Jun 30
1
R CMD check
...arg not named 'value' ...
WARNING
Error in .loadPackageQuietly(package, lib.loc) :
Error in parse(file, n, text, prompt) : syntax error on line 95
Execution halted
...
What can I do to avoid this? I use R-1.7.0 on Linux RedHat.
Any suggestions are appreciated.
--
John Bjornar Bremnes
Norwegian Meteorological Institute (met.no)
Research and Development Department
P.O.Box 43 Blindern, N-0313 Oslo, Norway
Phone: (+47) 2296 3326. Fax: (+47) 2269 6355
1999 Oct 13
1
Q: sort a matrix by picking up columns?
Hi,
I am wondering how to write a function which sorts a matrix by giving a
vector of column numbers.
Suppose we have a matrix (or data frame) "Mat" and I want to obtain
order(Mat[,1], Mat[,3], Mat[,6,], Mat[,8], Mat[,10], Mat[,13])
in order to sort the matrix by those columns. Is there a way to write a
function so that I can give a vector of the column numbers
c(1,3,6,8,10,13) and do