Displaying 1 result from an estimated 1 matches for "sitatu".
Did you mean:
statu
1997 May 20
0
R-alpha: print 'problems': print(2^30, digits=12); comments at start of function()
...7
l <- unlist(lapply(list(...), formatC,
wid= f.wid, digits= f.dig, flag= f.flag))
cat(l, if(nl)"\n", file=file, sep=sep, fill=fill,labels=labels, append=append)
}
# and look how it prints:
fcat
Even worse, some comments are silently lost (yes, I know in some
sitatuations, S also loses comments) :
ex <-
##
## S version 4 likes comments like these.
## ----------- They automagically become on-line help.
## R just swallows them up into /dev/null...
##
function(a,b)
{
a + b
}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...