R in Ecology
blog.dominodatalab.com
R in Ecology
1–10 of 17 posts
Re: R in Ecology
#2At any rate, for those looking to do distance sampling/other ecological work, check out this book: https://github.com/dill/RDistanceBook and this site: http://distancesampling.org/
Re: R in Ecology
#3Re: R in Ecology
#4- fast prototyping methods
- easily repeat research with scripts
- data visualization
- huge repository of add-on libraries from many areas of study
Sure R has it setbacks. I wouldn't rely on it for a production environment or a substitute for a higher level programming language. Yet if you want to study data and get results rather quick there is few that could compete in this space.
Re: R in Ecology
#5Re: R in Ecology
#6Actually, it was magrittr[0]. dplyr popularised their use.
[0] https://cran.r-project.org/web/packages/magrittr/index.html
Re: R in Ecology
#7A real life example of what Scott Hanselman calls "a dark matter programmer"...he uses "the chief software architect of the Nebraska division of forestry."
Re: R in Ecology
#8This is a guest post from Auriel Fournier, a PhD Candidate with the Arkansas Cooperative Fish and Wildlife Research Unit at the University of Arkansas. A real life example of what Scott Hanselman calls "a dark matter programmer"...he uses "the chief software architect of the Nebraska division of forestry."
Re: R in Ecology
#9There is great blog [0] post explaining working with those tools. What is most important here, is that dplyr and tidyr makes data organization and analysis concise, effecient and readable way.
[0] http://zevross.com/blog/2015/01/13/a-new-data-processing-wor...
Re: R in Ecology
#10This is a guest post from Auriel Fournier, a PhD Candidate with the Arkansas Cooperative Fish and Wildlife Research Unit at the University of Arkansas. A real life example of what Scott Hanselman calls "a dark matter programmer"...he uses "the chief software architect of the Nebraska division of forestry."
For other people like me, who didn't know what this was referring to, I think this is the post brudgers is talking about http://www.hanselman.com/blog/DarkMatterDevelopersTheUnseen9...
Anyway, he uses the term fairly regularly as a way of grounding discussions when they drift toward the-newest-shinyest or what-the-cool-kids-use. I think it's a helpful construct when thinking about "what should I use" since the best answer usually isn't React Native.