Dear all,

I have developed an R package here https://github.com/ibarraespinosa/vein This package depends on sp but it works with simpler classes. Mi intention is to create classes but i would like to get some feedback. I was thinking in:

1) Create S3 classes with classic functions as print, summary and plot

2) As sp classes are S4, create S4 classes as child clases of sp. Like inheritance.

3) Create some R6Classes but i dont know how i would relate them with the S4 classes of sp.

Many thanks

More Sergio Ibarra-Espinosa's questions See All
Similar questions and discussions