consolidate {foodwebWrapper}R Documentation

consolidate

Description

create a permutation list of package names for re-ordering rows and columns of matrix m, in decreasing order of function counts per package

Usage

consolidate(v)

Arguments

v

character vector of package names component of return value of find_funz()

Value

returns a list whose components are character vector for permuting order of m

Examples

if(interactive()){
load("data/x_v.RData")
l<-consolidate(x_v)
}


[Package foodwebWrapper version 1.1.0 Index]