We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Suddenly error arose when using qbarplot( logY = TRUE)
qbarplot( logY = TRUE)
Expected Behavior Simple conversion to log scale - there are no zeros
Buggy Behavior
(xxx <- table(sample(0:10, 100, replace = TRUE))) qbarplot(xxx) qbarplot(xxx, logY = TRUE) qbarplot(as.numeric(xxx), logY = TRUE)
Error in seq.default(min, max, by = by) : 'from' must be a finite number
It is commented in "R selective finite number error when applying log scale" that its because plot area expansion... but numbers seem to have no effect.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Suddenly error arose when using
qbarplot( logY = TRUE)
Expected Behavior
Simple conversion to log scale - there are no zeros
Buggy Behavior
It is commented in "R selective finite number error when applying log scale" that its because plot area expansion... but numbers seem to have no effect.
The text was updated successfully, but these errors were encountered: