| print.p_dist_table | R Documentation |
Just a pretty printer for the table of probabilities of detection.
## S3 method for class 'p_dist_table' print(x, digits = 2, ...)
x |
output from |
digits |
number of significant digits to print |
... |
other arguments to be passed to |
just prints the table and the range of ps
David L Miller