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

Problme with iaxs= in hist.formula #46

Closed droglenc closed 5 years ago

droglenc commented 6 years ago

A histogram that follows a histogram made with iaxs=TRUE does not seem to refresh the plot. Try this (from the examples in hist.formula()).

hist(~Sepal.Length,data=iris,xlab="Sepal Length (cm)",iaxs=FALSE)
hist(~Sepal.Length,data=iris,xlab="Sepal Length (cm)")

But then running this is OK ..

hist(~Sepal.Length,data=iris,xlab="Sepal Length (cm)")
droglenc commented 5 years ago

Will be fixed in v0.8.23