Learn R Programming

IFC (version 0.1.2)

statsCompute: IFC_stats Computation

Description

Function used to compute `IFC_stats` object

Usage

statsCompute(
  obj,
  stats,
  width = 80 * length(stats),
  height = 240,
  xlocation = 0,
  ylocation = 0,
  ...
)

Arguments

obj

an `IFC_data` object

stats

list of statistics. It will be coerced by buildStats()

width

desired width. Default is 80 * (1 + length(stats)).

height

desired height Default is 400.

xlocation

x location in analysis workspace. Default is 0.

ylocation

y location in analysis workspace. Default is 0.

...

Other arguments to be passed.

Value

an object of class `IFC_pops`.