Rdocumentation
powered by
Learn R Programming
Distance (version 0.7.1)
print.dsmodel: Simple pretty printer for distance sampling analyses
Description
Simply prints out a brief description of the model which was fitted. For more detailed information use
summary
.
Usage
## S3 method for class 'dsmodel': print(x, ...)
Arguments
x
a distance sampling analysis (result from calling
ds
).
...
not passed through, just for S3 compatibility.