Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use formal class and method definitions #3

Closed
4 tasks done
achubaty opened this issue Jul 15, 2016 · 1 comment
Closed
4 tasks done

use formal class and method definitions #3

achubaty opened this issue Jul 15, 2016 · 1 comment

Comments

@achubaty
Copy link
Owner

achubaty commented Jul 15, 2016

see http://adv-r.had.co.nz/OO-essentials.html

  • make sure all classes (e.g., goc, mpg) have class attributed properly assigned
  • make sure all classes have inheritance info as needed
  • make sure generics are created where needed (e.g., gsGOC, gsMPG)
  • make sure methods are defined (e.g., gsGOC.mpg())
@achubaty achubaty changed the title define S3 classes, generics, methods use formal class and method definitions Oct 17, 2016
@achubaty achubaty reopened this Oct 20, 2016
@achubaty
Copy link
Owner Author

re-opening this because of #19.

reimplementing everything as S4 to match the raster package seems to be the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant