Closed thibautjombart closed 9 years ago
With identical data structures, the two classes should either:
I am starting to work on that, going with 2.
Now multiphyDat inherits from multidna. We need to be careful as now:
> inherits(new("multiphyDat"), "multidna") [1] TRUE
But best using dispatching whenever possible.
Done as of 32979e802e9d699e487e7c
With identical data structures, the two classes should either:
I am starting to work on that, going with 2.