>> (2) mathematica has a term (%) that when typed means the last returned >> value, so > % + 1 say would return the last outputted value +1 .is there >> an R equivalent please? > > I don't think so - you need to assign that value to something to be able > to reuse it.
.Last.value Charlotte ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.