consolidate: consolidate

View source: R/foodweb.R

consolidateR 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)
}


foodwebWrapper documentation built on June 22, 2024, 12:26 p.m.