Learn R Programming

plotcli (version 0.2.0)

create_canvas: Create a canvas of the specified type

Description

Create a canvas of the specified type

Usage

create_canvas(width, height, type = "braille")

Value

A Canvas object

Arguments

width

Character width

height

Character height

type

Canvas type: "ascii", "braille", or "block"