Print eDNA simulation
# S3 method for eDNA_simulation
print(
x,
FUN = summary,
digits = getOption("digits"),
show_variables = FALSE,
...
)
object of class eDNA_simulation
a function to use to summarize the results, default is
summary
number of digits to show
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
x
Print method for the results of simulations of an eDNA
experiment. By default, the results are summarized by each
variable level using summary
.