ggplotcli | R Documentation |
This function takes a ggplot object and renders it in the terminal using ASCII or Braille characters.
ggplotcli(ggplot_obj, plot_width = 80, plot_height = 40, braille = TRUE)
ggplot_obj |
A ggplot object to be rendered in the terminal. |
plot_width |
Width of the terminal plot in characters (default: 80). |
plot_height |
Height of the terminal plot in characters (default: 40). |
braille |
Use Braille characters for higher resolution (default: TRUE). |
A TerminalPlot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.