Skip to content

Commit

Permalink
Plot points in climber progression plot
Browse files Browse the repository at this point in the history
Adds points in the plot produced by PlotProgression, to give a sense of
when climbs were logged vs when ratings were interpolated.
  • Loading branch information
p00ya committed Mar 25, 2020
1 parent ed419a0 commit ea80aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 00-post_estimation_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ PlotProgression <- function(df_pages, friends, level = 0.5,
df_friends,
aes(date, r, color = climber)
) +
geom_point() +
stat_wiener_smooth(
aes(var = var, cov = cov, fill = climber),
wsq = wsq, # consistent with
Expand Down

0 comments on commit ea80aa6

Please sign in to comment.