This function plots the distribution of pain scores, at either pre-peak or post-peak.
Usage
plot_pain_scores(csv_path, peak = "pre")
Arguments
- csv_path
The path to the aggregated CSV exported from the paws_analysis
function
- peak
Whether to plot pre-peak (pre
) or post-peak (post
) pain scores.
Value
A density plot of pain score distributions.