do_detailed_output_diet: Show a subset from test criteria

View source: R/detailed_output.R

do_detailed_output_dietR Documentation

Show a subset from test criteria

Description

Make detailed summary output from a STOMdiet object using a subset of data defined in the control attributes.

Usage

do_detailed_output_diet(
  diet,
  append = TRUE,
  to_screen = FALSE,
  label,
  digits = 1,
  rel_weight = FALSE,
  write_criteria = FALSE,
  transpose = FALSE
)

Arguments

diet

data set of class STOMdiet.

append

logical, append to output file?

to_screen

logical, write results on the screen.

label

text included in output.

digits

number of significant digits in output.

rel_weight

logical for relative or absolute weight.

write_criteria

logical, write criteria for sub-setting.

transpose

Transpose output table.

Value

test output.

Examples

 ## Not run: do_detailed_output_diet(stom)

MortenVinther/FishStomachs documentation built on Feb. 14, 2025, 7:33 a.m.