Last chance! 50% off unlimited learning
Sale ends in
isOldVersion(object)
new.object <- conv2NewVersion(object)
## S3 method for class 'ANY':
isOldVersion(object)
## S3 method for class 'ANY':
conv2NewVersion(object)
## S3 method for class 'LatticeDistribution':
conv2NewVersion(object)
"ANY"
(or subclasses)"AbscontDistribution"
has an extra slot
gaps
. As the addition of new slots will probably happen again in the future development
of our packages, we provide the following two help functions
isOldVersion
and conv2NewVersion
to check whether the object was generated by an
older version of this package and to convert such an object to the new format, respectively.
Also, the intermediate class "LatticeDistribution"
is introduced at version 1.9
so that all subclasses of "DiscreteDistribution"
like "Binom"
, "Nbinom"
etc,
now have an extra slot lattice
. conv2NewVersion
takes this up and provides
a particular method for signature "LatticeDistribution"
which fills slot
lattice
accordingly.
[object Object],[object Object],[object Object]