consolidate | R Documentation |
create a permutation list of package names for re-ordering rows and columns of matrix m, in decreasing order of function counts per package
consolidate(v)
v |
character vector of package names component of return value of find_funz() |
returns a list whose components are character vector for permuting order of m
if(interactive()){
load("data/x_v.RData")
l<-consolidate(x_v)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.