rsquaredacademy / blorr

Tools for developing binary logistic regression models

Home Page:https://blorr.rsquaredacademy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Plot Options

aravindhebbali opened this issue · comments

Users should be able to select plot from the following libraries:

  • ggplot2 (default)
  • plotly
  • rbokeh

To arrange plots, use grid_plot() in rbokeh and subplot() in plotly.

Not required.