Function used to compute `IFC_stats` object
statsCompute(
obj,
stats,
width = 80 * length(stats),
height = 240,
xlocation = 0,
ylocation = 0,
...
)
an object of class `IFC_pops`.
an `IFC_data` object
list of statistics. It will be coerced by buildStats()
desired width. Default is 80 * (1 + length(stats)).
desired height Default is 400.
x location in analysis workspace. Default is 0.
y location in analysis workspace. Default is 0.
Other arguments to be passed.