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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -