Displaying 1 result from an estimated 1 matches for "lt99".
Did you mean:
l299
2009 Jun 22
0
Help using substitute and expression functions
I'm stopped at a browser in a loop where the following objects look
like this:
Browse[1]> jk
[1] 1
Browse[1]> leg.ab[jk]
[1] "Snails Rep1"
Browse[1]> top.k
[1] "LT95=7.5; LT99=8.8"
I can join them and a few other characters together like this easily
enough:
Browse[1]> paste(jk, ": ", leg.ab[jk], " [", top.k, "]", sep = "")
[1] "1: Snails Rep1 [LT95=7.5; LT99=8.8]"
Browse[1]>
Now, suppose that instead of a...