diff --git a/RF_old.R b/RF_old.R index 9ef054c..6d4e18a 100644 --- a/RF_old.R +++ b/RF_old.R @@ -137,7 +137,7 @@ qmT=function(R,n,m){ } return(qmt) } -#this fonction computes the RF distribution +#this function computes the RF distribution polynomial=function(tree,n){ Coef=numeric() R=RF_old(tree,n)