fishR-Core-Team / FSA

FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.
https://fishr-core-team.github.io/FSA/
GNU General Public License v2.0
66 stars 22 forks source link

Add a `w` argument to `hist.formula()` #15

Closed droglenc closed 8 years ago

droglenc commented 8 years ago

A w= argument to hist, if as in lencat(), would allow the user to control the bins with one argument rather than having to use seq() in breaks=. This would be useful as most often the user wants to control the width of the bins but using seq() requires one to hardwire the minimum and maximum values of the bins as well.

droglenc commented 8 years ago

Added to v0.8.6.