RobinHankin / disordR

https://robinhankin.github.io/disordR/
1 stars 0 forks source link

mvp coeffs work well as they use S3 #8

Closed RobinHankin closed 3 years ago

RobinHankin commented 3 years ago

In the mvp package, the mvp_coeffs class works nicely in the sense that there is no need to define functions like sin(), as they are just inherited from vectors. It would be nice to modify the disordR package so that this (or something like it) works.