Learn R Programming

mrds (version 2.3.0)

print.p_dist_table: Print distribution of probabilities of detection

Description

Just a pretty printer for the table of probabilities of detection.

Usage

# S3 method for p_dist_table
print(x, digits = 2, ...)

Value

just prints the table and the range of ps

Arguments

x

output from p_dist_table

digits

number of significant digits to print

...

other arguments to be passed to print.data.frame

Author

David L Miller