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
At the moment, these functions are all implemented as stats - this means that the position computed in the compute_panel() step is not validated in the draw_panel() step and may be off if the plotting range is modified by quantities computed from other stats (like CIs for geom_smooth()) or by additional layers with external data.
TODO:
write geoms with a draw_panel() step analogous to geom_reltext() to replace or complete the existing stats,
check if stat_corrtext/funtext() can be used to calculate the necessary data - if not, adjust existing stats,
rewrite the corresponding utri_/lotri_ functions.
The text was updated successfully, but these errors were encountered:
At the moment, these functions are all implemented as stats - this means that the position computed in the
compute_panel()
step is not validated in thedraw_panel()
step and may be off if the plotting range is modified by quantities computed from other stats (like CIs forgeom_smooth()
) or by additional layers with external data.TODO:
geom_reltext()
to replace or complete the existing stats,stat_corrtext/funtext()
can be used to calculate the necessary data - if not, adjust existing stats,utri_/lotri_
functions.The text was updated successfully, but these errors were encountered: