R语言 变量 Jun 19th, 2014 9:54 am 对全局变量的赋值 在函数外部: global_variable<-newvalue global_variable=newvalue 在函数内部: global_variable<<-newvalue