Displaying 1 result from an estimated 1 matches for "nonref".
Did you mean:
nondef
2007 Apr 11
1
package incompatibility under 2.5.0 (please respond directly, I am not on r-devel)
....matrix) <- paste("a", seq(length=square.matrix.size), sep="")
> > ##D colnames(non.referenced.matrix) <- paste("b", seq(length=square.matrix.size), sep="")
> > ##D referenced.matrix <- refdata(non.referenced.matrix)
> > ##D recurse.nonref <- function(m, depth.limit=10){
> > ##D x <- m[1,1] # need read access here to create local copy
> > ##D gc()
> > ##D cat("depth.limit=", depth.limit, " memory.size=", memsize.wrapper(), "\n", sep="")
> > ##D if (depth.limit)
>...