[R] .Last.value or % or ANS or ... (was unix)

Mark Myatt mark at myatt.demon.co.uk
Tue Nov 7 14:43:18 CET 2000


Yves Gauvreau <cyg at sympatico.ca> writes:
>... and Matlab uses "ans" and Mathematica effectively uses %, %%
>
>Would be nice to have something simpler than .Last.value

Perhaps I am stating the obvious or being extremely stupid but you can
create a function:

        lv <- function()
         {
         .Last.value
         }

And then use lv() whenever you need .Last.value.

Mark

--
Mark Myatt


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list