PredictiveEcology / NetLogoR

A translation of NetLogo functions, dictionary, and framework for R. Intended to be used with a discrete event simulator, like SpaDES
http://NetLogoR.PredictiveEcology.org
38 stars 4 forks source link

use inherits() instead of class() to check object class #25

Closed achubaty closed 7 years ago

achubaty commented 7 years ago

E.g., https://stackoverflow.com/q/27923345/1380598

SarahBauduin commented 7 years ago

Done :)

achubaty commented 7 years ago

done in b75cff6999e68cf4bc379f81e2394f660b914f1e

@SarahBauduin please remember to link commits to to their issues. In the commit message you can add the issue number, e.g., "resolves #25"