print {aphid} | R Documentation |
Print summary methods.
## S3 method for class 'PHMM'
print(x, ...)
## S3 method for class 'HMM'
print(x, ...)
## S3 method for class 'DPA'
print(x, ...)
x |
object of various classes. |
... |
additional arguments to be passed between methods. |
NULL (invisibly)
Shaun Wilkinson