isolating observeevent()s
This commit is contained in:
parent
d47bc100ac
commit
ee9712ef9f
1 changed files with 7 additions and 2 deletions
|
@ -446,10 +446,15 @@ function(input, output, session) {
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
function(x){
|
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
|
)#, nrow=3
|
||||||
), height=800
|
), height=850
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue