lf_bp2: extend y
This commit is contained in:
parent
a74f11ce79
commit
ca73bc9b48
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ lf_bp2 <- function(lf_df #lf_duet
|
||||||
, y_scales = "free_y"
|
, y_scales = "free_y"
|
||||||
, colour_bp_strip = "khaki2"
|
, colour_bp_strip = "khaki2"
|
||||||
, dot_size = 3
|
, dot_size = 3
|
||||||
, dot_transparency = 0.05 #0.3: lighter
|
, dot_transparency = 0.1 #0.3: lighter
|
||||||
, violin_quantiles = c(0.25, 0.5, 0.75) # can be NULL
|
, violin_quantiles = c(0.25, 0.5, 0.75) # can be NULL
|
||||||
, line_thickness = 0.65
|
, line_thickness = 0.65
|
||||||
, my_ats = 22 # axis text size
|
, my_ats = 22 # axis text size
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue