is.fitdists {ssdtools} | R Documentation |
Is fitdists Object
Description
Tests whether x is a fitdists Object.
Usage
is.fitdists(x)
Arguments
x |
The object. |
Value
A flag specifying whether x is a fitdists Object.
Examples
fits <- ssd_fit_dists(ssddata::ccme_boron)
is.fitdists(fits)
[Package ssdtools version 1.0.6 Index]