fdschneider / caspr

Cellular Automata for Spatial Pressure in R
MIT License
4 stars 0 forks source link

rename `count()` function into `neighbors()`? #20

Closed fdschneider closed 9 years ago

fdschneider commented 9 years ago

This function does not count by id the neighbors. Change its name to neighbors? (it's also confusing because we don't know its in the local neighborhood - count could be counting the whole landscape)

fdschneider commented 9 years ago

I will change this for the next version. count() also is the name of a function in the very popular plyr package.