added placeholder defaults for functions in R to make sure that R shiny layput works with a data set for meeting tomorrow
This commit is contained in:
parent
0460ca1708
commit
d38521e03a
11 changed files with 120 additions and 83 deletions
|
@ -15,8 +15,8 @@ theme_set(theme_grey())
|
|||
## ...opt args
|
||||
#==========================================================
|
||||
stability_count_bp <- function(plotdf
|
||||
, df_colname = ""
|
||||
, leg_title = "Legend Title"
|
||||
, df_colname = "duet_outcome"
|
||||
, leg_title = "DUET"
|
||||
, ats = 25 # axis text size
|
||||
, als = 22 # axis label size
|
||||
, lts = 20 # legend text size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue