Displaying 2 results from an estimated 2 matches for "lappend".
Did you mean:
append
2013 Oct 07
2
Need help with plotting the graph
Hello All,
The version of R I am using is as follows
> version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 14.1
year 2011
month 12
day 22
svn rev 57956
language R
version.string R version 2.14.1 (2011-12-22)
I just few days
2006 Dec 06
4
data frame subset patch, take 2
Hi Robert,
Here is the second iteration of data frame subset patch.
It now passes make check on both 2.4.0 and 2.5.0 (svn as of a few days ago).
Same speedup as before.
Changes:
* Introduced two new functions .subassign2 and .subassign that are
complimentary to .subset2 and .subset.
* Changed x[[j]]<- assignment to x<-.subassign2(x, j, ..) to fix the problem
with the previous patch.