search for: whicvh

Displaying 4 results from an estimated 4 matches for "whicvh".

Did you mean: which
2024 Sep 28
1
Is there a sexy way ...?
Rold, We need to be clear on what makes an answer sexy! LOL! I decided it was sexy to do it in a way that nobody (normal) would and had not suggested yet. Here is an original version I will explain in a minute. Or, maybe best a bit before. Hee is the unformatted result whicvh is a tad hard to read but will be made readable soon: x <- list(`1` = c(7, 13, 1, 4, 10), `2` = c(2, 5, 14, 8, 11), `3` = c(6, 9, 15, 12, 3)) as.integer(unlist(strsplit(as.vector(paste(paste(x$`1`, x$`2`, x$`3`, sep=","), collapse=",")), split=",&q...
2009 Nov 19
2
PLoS, Arial, R & linux
...alias); or [B] One has to take special measures when preparing a diagram for PLoS using R in Linux when Arial is not available; or [C] One should proceed in quite a different way! Note: I am not keen on the PLoS preferred alternative of submitting a TIFF file, since this gives a bit-mapped result whicvh could render poorly. On the other hand, the Guidelines state (with resepct to LaTeX files): "PLoS does not accept vector EPS figures generated using LaTeX. We only accept LaTeX generated figures in TIFF format." which suggests that vector-graphics formats (however generated) may not be a...
2024 Sep 28
2
Is there a sexy way ...?
...Is there a sexy way ...? Rold, We need to be clear on what makes an answer sexy! LOL! I decided it was sexy to do it in a way that nobody (normal) would and had not suggested yet. Here is an original version I will explain in a minute. Or, maybe best a bit before. Hee is the unformatted result whicvh is a tad hard to read but will be made readable soon: x <- list(`1` = c(7, 13, 1, 4, 10), `2` = c(2, 5, 14, 8, 11), `3` = c(6, 9, 15, 12, 3)) as.integer(unlist(strsplit(as.vector(paste(paste(x$`1`, x$`2`, x$`3`, sep=","), collapse=",")), split=",&q...
2024 Sep 27
7
Is there a sexy way ...?
I have (toy example): x <- list(`1` = c(7, 13, 1, 4, 10), `2` = c(2, 5, 14, 8, 11), `3` = c(6, 9, 15, 12, 3)) and f <- factor(rep(1:3,5)) I want to create a vector v of length 15 such that the entries of v, corresponding to level l of f are the entries of x[[l]]. I.e. I want v to equal c(7, 2, 6, 13, 5, 9, 1, 14, 15, 4, 8, 12, 10, 11, 3) I can create v