ggplotcli {plotcli}R Documentation

ggplotcli - Render ggplot objects in the terminal

Description

This function takes a ggplot object and renders it in the terminal using ASCII or Braille characters.

Usage

ggplotcli(ggplot_obj, plot_width = 80, plot_height = 40, braille = TRUE)

Arguments

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).

Value

A TerminalPlot object.


[Package plotcli version 0.1.0 Index]