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
stat_density currently has the adjust parameter which defaults to 1 and scales whatever the default bandwidth would be. stat_density2d uses h, a length-2 vector which is directly passed to the underlying function in the units of the data.
The text was updated successfully, but these errors were encountered:
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Jan 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
stat_density
currently has theadjust
parameter which defaults to 1 and scales whatever the default bandwidth would be.stat_density2d
usesh
, a length-2 vector which is directly passed to the underlying function in the units of the data.The text was updated successfully, but these errors were encountered: