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
Post a Comment