在R語言中,基本上每個Function只能回傳一個物件,如果希望回傳多個物件,就 ... 1 return_list[2] <- 2 return_list[5] <- 10 return(return_list) } ...
確定! 回上一頁