do_detailed_output: Show a subset from test criteria

View source: R/detailed_output.R

do_detailed_outputR Documentation

Show a subset from test criteria

Description

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

Usage

do_detailed_output(
  stom,
  append = TRUE,
  to_screen = FALSE,
  label,
  digits = 1,
  rel_weight = FALSE,
  write_criteria = FALSE,
  use_criteria = TRUE,
  show_mis_length = TRUE,
  transpose = FALSE,
  by_sample_id = FALSE
)

Arguments

stom

Stomach data set of class STOMobs.

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

Write selection criteria.

use_criteria

Use the criteria for a subset stored in the control attribute is selecting data.

show_mis_length

Include preys with missing length information.

transpose

Transpose output table.

by_sample_id

Output by sample id.

Value

test output.

Examples

 ## Not run: do_detailed_output(stom)

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