swap_visualizations | R Documentation |
Get a visualization on the swap data
swap_visualizations(swap_data)
swap_data |
The data on swaps as generated by the swaps() function |
ggplot2 object of visualizations on the swaps for the given account owner
addresses <- c("0xb1b117a45aD71d408eb55475FC3A65454edCc94A",
"0x41D2a18E1DdACdAbFDdADB62e9AEE67c63070b76",
"0x0De20c4bDBE0d0EEFFd2956Be4c148CA86C6cC45")
swap_data <- swaps(addresses)
swap_visualizations(swap_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.