print.cafs {dRiftDM} | R Documentation |
Print Functions for Stats Objects
Description
when calling calc_stats()
, each returned statistic will be a
subclass of stats_dm
and data.frame. The following print()
methods will
call the more generic print.stats_dm()
function.
Usage
## S3 method for class 'cafs'
print(x, ...)
## S3 method for class 'quantiles'
print(x, ...)
## S3 method for class 'delta_funs'
print(x, ...)
## S3 method for class 'fit_stats'
print(x, ...)
## S3 method for class 'sum_dist'
print(x, ...)
Arguments
x |
a subclass of data.frame, as returned by |
... |
additional arguments passed forward to
|
Value
x
(invisibly)
[Package dRiftDM version 0.2.2 Index]