search for: tp25864695p25866081

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

2009 Oct 12
4
Re use objects from within a custom made function
Hi everyone, i'm having a problem extracting objects out of functions i've created, so i can use them for further analysis. Here's a small example: # --------------------------- test <- function(i, j){ x <- i:j y <- i*j z <- i/j return(x,y,z) } # --------------------------- This returns the 3 objects as $x, $y and $z. I cannot, however, access these objects