powered by
Write out the analysis plots
export_plot(plot_to_export, path_to_export, width = 7, height = 7)
Character vector of the status of the write
Object containing plot we want to export
Path of the .png file, we want to export to
Width of plot in inches
Height of plot in inches
if (FALSE) { plot_to_export <- vis_uniswap_stats_hist_v2() path_to_export <- "~/Desktop/uniswappeR_plot_export.png" export_plot(plot_to_export,path_to_export) }
Run the code above in your browser using DataLab