r - Multiple plots side by side in a Shiny app -


i have created apps plots placed side side using width attribute. however, new app doesn't work, , can't seem find reason why.

previous app works, live version. github repo. or run using (load shiny library first):

rungithub("deleetdk/regression_towards_the_mean") 

the new app doesn't work. github repo. or run using:

rungithub("deleetdk/classification_multiple_predictors") 

the relevant code looks identical me. overlooking?

the app works uses custom css set float:left: https://github.com/deleetdk/regression_towards_the_mean/blob/master/www/style.css https://github.com/deleetdk/regression_towards_the_mean/blob/master/ui.r#l13


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -