dr-consulting / ibi_VizEdit

Programming Components for Modeling & Editing Heart Rate Data
0 stars 3 forks source link

Basic Editing Plot Stops Diplaying #59

Closed matgbar closed 6 years ago

matgbar commented 6 years ago

Looking at the code this has something to do with the if and else if statements governing this plot. The specific warning is below:

Warning: Error in nrow: object 'IBI.tmp' not found
  165: nrow
  164: brushedPoints
  163: renderPlot [/home/mbarsted/GitHub/IBI_VizEdit/VizEdit_v1_2_3.R#1271]
  161: func
  121: drawPlot
  107: <reactive:plotObj>
   91: drawReactive
   78: origRenderFunc
   77: output$IBI
    1: runApp

This is not a fatal error and can be side-stepped by simply selecting an area in the PPG plot on the bottom of the screen - still it is annoying and should be fixed.