concatPackFunc2 | R Documentation |
match the package names with the function names
concatPackFunc2(m, v)
m |
character matrix return value component $funmat of foodweb() |
v |
character vector of package names returned by find_funz() |
returns augmented character matrix m
if(interactive()){
load("data/x_x.RData")
load("data/x_v.RData")
m<-concatPackFunc2(x_x$funmat,x_v)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.