search for: oaa08552

Displaying 1 result from an estimated 1 matches for "oaa08552".

Did you mean: qaa08552
2002 Jul 03
1
complex numbers in library function (PR#1737)
Full_Name: Alex Deckmyn Version: 1.5.1 OS: Linux Mandrake 7.0 Submission from: (NULL) (193.190.63.62) A short function in a library contains the complex number -2i : phihat <- function(x) { x+ (-2i) } If i read the source file with source("phihat") this works fine. If I include it as a function in a library and read it with library(test), the function is still read