Closed policybot2020 closed 7 months ago
output$downloadpic2 <- downloadHandler( filename = "cumulative_plot.png", content = function(file) { png(file) plot(impact_model()) dev.off() })
plot(impact_model()):: is not a png or is not same format as maplot()
@isomemo
UPDATE: now user can edit x and y and title of the Matplot.
AND as well as download the plot to png format.
done.