distrEllipse-defunct {distrEllipse} | R Documentation |
Defunct Functions in Package distrEllipse
Description
Functions which are no longer provided in distrEllipse due to clashes with S3-method inheritance.
Methods
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:
- r.rd
signature(object = "SphericalDistribution")
: wrapped access method for slotr
of slotradDistr
.- d.rd
signature(object = "SphericalDistribution")
: wrapped access method for slotd
of slotradDistr
.- p.rd
signature(object = "SphericalDistribution")
: wrapped access method for slotp
of slotradDistr
.- q.rd
signature(object = "SphericalDistribution")
: wrapped access method for slotq
of slotradDistr
.- plot.rd
signature(x = "SphericalDistribution")
: utility; callsplot
for slotradDistr
.