Print eDNA simulation

# S3 method for 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

Value

x

Details

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

Author

Matt Espe