Learn R Programming

uniswappeR (version 0.6.1)

export_plot: Write out the analysis plots

Description

Write out the analysis plots

Usage

export_plot(plot_to_export, path_to_export, width = 7, height = 7)

Value

Character vector of the status of the write

Arguments

plot_to_export

Object containing plot we want to export

path_to_export

Path of the .png file, we want to export to

width

Width of plot in inches

height

Height of plot in inches

Examples

Run this code
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