search for: lc_measureme

Displaying 1 result from an estimated 1 matches for "lc_measureme".

Did you mean: lc_measurement
2010 Feb 11
2
Suprising behavior of paste or cat?
...graphics ?grDevices utils ? ? datasets ?methods ? base but not in... R version 2.7.1 (2008-06-23) x86_64-pc-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] stats ? ? graphics ?grDevices utils ? ? datasets ?methods ? base Sample code: h.long <- 150 task <- c(rep(1,h.long),rep(2,h.long)) ord <- sample(1:length(task)) task <- task[ord] taskout <- paste(task,collapse=",&quot...