You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
## Guessing binwidth = 0.172 # range / 30## Error in seq.default(round_any(range[1], size, floor), round_any(range[2], : ## 'from' cannot be NA, NaN or infinite
Getting rid of observations with NAs solves the problem.
When trying to plot a histogram of a variable that contains
NA
s, I get:Getting rid of observations with
NA
s solves the problem.## Guessing binwidth = 0.172 # range / 30
Should that be done automatically?
ggplot2
does not even complain aboutNA
s and just plots, as if they weren't there.## stat_bin: binwidth defaulted to range/30. Use 'binwidth = x' to adjust this.
The text was updated successfully, but these errors were encountered: