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 many lectures currently we are using label_number() instead of label_dollar() where we are dealing with dollar figures. Change where appropriate to:
In many lectures currently we are using
label_number()
instead oflabel_dollar()
where we are dealing with dollar figures. Change where appropriate to:scale_x_log10(label = scales::label_dollar(suffix = "k"))
The text was updated successfully, but these errors were encountered: