.Last.value or % or ANS or ... (was unix)
On Tue, 7 Nov 2000, Mark Myatt wrote:
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.
How do you say "give me the output I saw three steps ago?" In Mathematica you would use %%% or Out[-3]. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._