ggplotcli: ggplotcli - Render ggplot objects in the terminal

View source: R/ggplotcli.r

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


plotcli documentation built on May 29, 2024, 6:22 a.m.