search for: get_quantil

Displaying 1 result from an estimated 1 matches for "get_quantil".

Did you mean: get_quantiles
2011 Oct 12
2
How to transfer the variable into function in this code?
as shown in the code, four variables input: diff_expr,diff_coex, klist, Pop_size, are included in the function. However, within the function, another variable "vector" is utilized in some subfunction. How they get its value? thx get_quantiles <-function(diff_expr,diff_coex,klist,pop_size){ ##### The function to get the "node_score_term" and "edge_score_term" of a sub-network denoted by "vector" my.fun<-function(vector){ return(diff_coex[vector[1],vector[2]]) } # "vector" is a binary ve...