2016-03-04 56 views

回答

2

你只需要调用函数x在Y:

x <- function(param1){param1^2} 
y <- function(param2){x(param2)*3} 
相关问题