print.treats {treats} | R Documentation |
Prints a treats
object.
Description
Summarises the content of a treats
object.
Usage
## S3 method for class 'treats'
print(x, all = FALSE, ...)
Arguments
x |
A |
all |
|
... |
further arguments to be passed to |
Value
No return value, summarises x
's content.
Author(s)
Thomas Guillerme
See Also
Examples
## A treats birth-death parameters object
make.bd.params()
## A treats traits object
make.traits()
## A treats modifiers object
make.modifiers()
## A treats object
treats(stop.rule = list(max.taxa = 10), traits = make.traits())
[Package treats version 1.0 Index]