Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

findFeeding

Function for investigation of feeding between phenotypes


Description

The generic function findFeeding

Usage

findFeeding(
  object,
  dict = NULL,
  tcut = 5,
  scut = NULL,
  org_dict = NULL,
  legendpos = "topleft",
  lwd = 1
)

## S4 method for signature 'Eval'
findFeeding(
  object,
  dict = NULL,
  tcut = 5,
  scut = NULL,
  org_dict = NULL,
  legendpos = "topleft",
  lwd = 1
)

Arguments

object

An object of class Eval.

dict

List defining new substance names. List entries are intepreted as old names and the list names as the new ones.

tcut

Integer giving the minimal mutual occurence ot be considered (dismiss very seldom feedings)

scut

substance names which should be ignored

org_dict

A named list/vector with names that should replace (eg. unreadable) IDs

legendpos

A character variable declaring the position of the legend

lwd

Line thickness scale in graph

Value

Graph (igraph)


BacArena

Modeling Framework for Cellular Communities in their Environments

v1.8.2
GPL-3 | file LICENSE
Authors
Eugen Bauer [aut], Johannes Zimmermann [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.