export_plot {uniswappeR}R Documentation

Write out the analysis plots

Description

Write out the analysis plots

Usage

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

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

Value

Character vector of the status of the write

Examples

## Not run: 
plot_to_export <- vis_uniswap_stats_hist_v2()
path_to_export <- "~/Desktop/uniswappeR_plot_export.png"
export_plot(plot_to_export,path_to_export)

## End(Not run)

[Package uniswappeR version 0.6.1 Index]