jl 发帖数: 398 | |
D******n 发帖数: 2836 | 2 hehe, i dont understand ur chinese...
THX.
【在 jl 的大作中提到】 : THX.
|
w**********y 发帖数: 1691 | 3 THX=="太好笑"
【在 D******n 的大作中提到】 : hehe, i dont understand ur chinese... : : THX.
|
D******n 发帖数: 2836 | 4 u want pass by reference mechanism? I discussed this with songkun before loo
ks like R doesnt have this. U can use global variable as a workaround
【在 jl 的大作中提到】 : THX.
|
w**********y 发帖数: 1691 | 5
use "<<-" instead of "<-"..But you should be really cautious!!!
example:
a=1
foo<-function(a){
a<<-a+2
}
foo(a)
a
【在 jl 的大作中提到】 : THX.
|