GotelliLab / EcoSimR

Repository for EcoSimR, by Gotelli, N.J. , Hart E. M. and A.M. Ellison. 2014. EcoSimR 0.1.0
http://ecosimr.org
Other
29 stars 10 forks source link

Convert functions for niche overlap to S3 class functions #3

Closed emhart closed 10 years ago

emhart commented 10 years ago

Currently niche overlap has several specialized summary and plot methods. Convert these to work on S3 null model objects. e.g.

plot(null_model_obj)
summary(null_model_obj)