print.eDNA_simulation: Print eDNA simulation

Description Usage Arguments Details Value Author(s)

View source: R/print.R

Description

Print eDNA simulation

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'eDNA_simulation'
print(
  x,
  FUN = summary,
  digits = getOption("digits"),
  show_variables = FALSE,
  ...
)

Arguments

x

object of class eDNA_simulation

FUN

a function to use to summarize the results, default is summary

digits

number of digits to show

show_variables

logical, should the variable levels used in the simulation be displayed. This is a bit redundent, since the variable levels are also displayed in the summary, but this can be helpful to check the results.

...

additional arguments passed to print

Details

Print method for the results of simulations of an eDNA experiment. By default, the results are summarized by each variable level using summary.

Value

x

Author(s)

Matt Espe


artemis documentation built on Sept. 9, 2021, 1:07 a.m.