lf_bp2: extend y
This commit is contained in:
parent
5966c4e21b
commit
763ffa55b8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ lf_bp2 <- function(lf_df #lf_duet
|
||||||
#, position = position_dodge(width = 0.9)
|
#, position = position_dodge(width = 0.9)
|
||||||
, draw_quantiles = violin_quantiles) +
|
, draw_quantiles = violin_quantiles) +
|
||||||
# extend the y axis so there's always room for the stats
|
# extend the y axis so there's always room for the stats
|
||||||
ylim(min(lf_df$param_value), max(lf_df$param_value)+lf_df$param_value/4) +
|
ylim(min(lf_df$param_value), max(lf_df$param_value)+max(lf_df$param_value)/4) +
|
||||||
|
|
||||||
# Add formatting to graph
|
# Add formatting to graph
|
||||||
theme(axis.text.x = element_text(size = my_ats)
|
theme(axis.text.x = element_text(size = my_ats)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue