我是R新手,遇到了一些我不明白的代碼。更具體地說,我想知道.Internal
做什麼。下面是我想轉換成Matlab的一個例子:R。內部初學者
dunif <- function (x, min = 0, max = 1, log = FALSE)
.Internal(dunif(x, min, max, log))
<environment: namespace:stats>
我想知道是什麼.Internal
和<environment ... >
做。
謝謝各位大大提前, 西蒙
另請參閱http://stackoverflow.com/questions/1439348/how-to-examine-the-code-of-a-function-in-r-thats-object-class-sensitive/1444512 –
對於此特定例如,知道答案只是'1 /(max-min)'可能會有幫助 –