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
In ggplot2 you can plot a weighted histogram with geom_histogram(aes(x = x, weight = y)), but gghistogram() doesn't have a parameter for weights. Is this by design, or can we add that into the parameters?
Thanks!
The text was updated successfully, but these errors were encountered:
In
ggplot2
you can plot a weighted histogram withgeom_histogram(aes(x = x, weight = y))
, butgghistogram()
doesn't have a parameter for weights. Is this by design, or can we add that into the parameters?Thanks!
The text was updated successfully, but these errors were encountered: