isolating observeevent()s

This commit is contained in:
Tanushree Tunstall 2022-10-11 11:08:54 +01:00
parent d47bc100ac
commit ee9712ef9f

View file

@ -446,10 +446,15 @@ function(input, output, session) {
)
),
function(x){
lf_bp2(get(x))
lf_bp2(get(x),
my_ats = 12, # axis text size
my_als = 10, # axis label size
my_fls = 10, # facet label size
my_pts = 12 # plot title size)
)
}
)#, nrow=3
), height=800
), height=850
)
}
)