findFeeding: Function for investigation of feeding between phenotypes

Description Usage Arguments Value

Description

The generic function findFeeding

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
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 documentation built on July 2, 2020, 3:16 a.m.