Learn R Programming

foodwebWrapper (version 1.1.0)

concatPackFunc2: concatPackFunc2

Description

match the package names with the function names

Usage

concatPackFunc2(m, v)

Value

returns augmented character matrix m

Arguments

m

character matrix return value component $funmat of foodweb()

v

character vector of package names returned by find_funz()

Examples

Run this code
if(interactive()){
load("data/x_x.RData")
load("data/x_v.RData")
m<-concatPackFunc2(x_x$funmat,x_v)
}

Run the code above in your browser using DataLab