Skip to content

kwb.heatsine 0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrustl mrustl released this 29 Jun 12:49
· 46 commits to master since this release
71b68e1

Added the following features as requested by @chsprenger

  • Tutorial vignette: do not use monitoring label in title

  • Modified plot_prediction_interactive()

    • Use ggplot2::geom_point() instead of ggplot2::geom_vline() for plotting
      special (min, max, turning-points)

    • Unable to add prediction interval in legend due to missing functionality
      in function used for interactive plotting plotly::ggplotly() (see issue described here: plotly/plotly.R#1164)