Displaying 1 result from an estimated 1 matches for "stackit1".
Did you mean:
stackit2
2012 Feb 02
1
possibly Error in R version 2.12.1 (2010-12-16)
...ckData= c())
{
list(
write= function( ...)
{
sChain= ""
for( s in c( stackData, ...))
{
sChain= paste( sChain, '"', sub( '"', '\\\\"', s), '"', sep, sep='')
}
write( sChain, fHandle, append=TRUE)
},
stackIt1 = function( ...)
{
testClass( stackData= c( stackData, ...))
},
stackIt2 = function( ...)
{
tmp= c( stackData, ...)
testClass( stackData= tmp)
},
getStack = function()
{
stackData
},
NULL
)
}
to1= testClass()
for( i in 4:2)
{
to1= to1$stackIt1( i)
}
print( all(...