plottc: plot in terminal with color

plottcR Documentation

plot in terminal with color

Description

plot in terminal with color

Usage

plottc(
  x,
  y = NULL,
  pch = "*",
  col = "green",
  width = round(options()$width * 0.8),
  height = round(0.25 * width),
  xlab = NULL,
  ylab = NULL,
  xlim = NULL,
  ylim = NULL
)

kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.