2016-03-04 38 views

回答

2

你只需要調用函數x在Y:

x <- function(param1){param1^2} 
y <- function(param2){x(param2)*3} 
相關問題