Functions which are no longer provided in distrEllipse due to clashes with S3-method inheritance.
From version 2.7 on, former versions of S4-methods
rRd
, dRd
, pRd
, qRd
, and plotRd
of style
<name>.rd are defunct due to clashes with S3-method inheritance.
More specifically, this concerns the following methods:
signature(object = "SphericalDistribution")
: wrapped access method for
slot r
of slot radDistr
.
signature(object = "SphericalDistribution")
: wrapped access method for
slot d
of slot radDistr
.
signature(object = "SphericalDistribution")
: wrapped access method for
slot p
of slot radDistr
.
signature(object = "SphericalDistribution")
: wrapped access method for
slot q
of slot radDistr
.
signature(x = "SphericalDistribution")
: utility; calls plot
for slot radDistr
.