You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coverageSpatial() function runs quite slowly. i think this is primarily due to this line near the end of spatialPlotCreateGraph() x <- ggiraph::girafe(ggobj = gg, width_svg = 6, height_svg = 6)
I'm not sure whether there is an easy way to speed it up though.
The text was updated successfully, but these errors were encountered:
The coverageSpatial() function runs quite slowly. i think this is primarily due to this line near the end of spatialPlotCreateGraph()
x <- ggiraph::girafe(ggobj = gg, width_svg = 6, height_svg = 6)
I'm not sure whether there is an easy way to speed it up though.
The text was updated successfully, but these errors were encountered: