Displaying 1 result from an estimated 1 matches for "r64901".
Did you mean:
64901
2014 Feb 04
0
capture.output(): Using a rawConnection() [linear] instead of textConnection() [exponential]?
...], type="n", xlab="Number of characters", ylab="Time (s)")
for (cc in 2:ncol(data)) lines(data[,c(1,cc)], lwd=2, col=cc)
legend("topleft", lwd=2, col=2:ncol(data), names, bty="n")
})
> sessionInfo()
R Under development (unstable) (2014-01-30 r64901)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils...