Closed andrejadd closed 7 years ago
Warning: Error in plotFilledContour: no proper 'z' matrix specified Stack trace (innermost first): 105: plotFilledContour [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#577] 104: plotSpatialImage_main [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#265] 103: plotSpatialImage [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#23] 102: renderPlot [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/server.R#360] 92: 81: plotObj 80: origRenderFunc 79: output$image_plot 4: 3: do.call 2: print.shiny.appobj 1:
And this happens even after I avoid generating gridpoints with splancs::gridpts() and just put the single coordinate into the interp.pred list (with z being NaN).
What data set? Still not working?
Warning: Error in plotFilledContour: no proper 'z' matrix specified Stack trace (innermost first): 105: plotFilledContour [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#577] 104: plotSpatialImage_main [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#265] 103: plotSpatialImage [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#23] 102: renderPlot [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/server.R#360] 92:
81: plotObj
80: origRenderFunc
79: output$image_plot
4:
3: do.call
2: print.shiny.appobj
1:
And this happens even after I avoid generating gridpoints with splancs::gridpts() and just put the single coordinate into the interp.pred list (with z being NaN).