console.plot: Make R plots in the console.

Description Usage Arguments Value Author(s)

View source: R/console_plot.R

Description

Make R plots in the console.

Usage

1
2
3
4
5
6
console.plot(x, y = NULL, groups = NULL, main = NULL, file = "",
  xlab = NULL, ylab = NULL, type = "p", point = NULL,
  line = NULL, abline.x = NULL, abline.y = NULL,
  abline.overlay = FALSE, horizontal = FALSE, xlim = NULL,
  ylim = NULL, plot.width = NULL, plot.height = NULL,
  legend = NULL, ascii = getOption("ascii"), output = "cat")

Arguments

x

Numeric vector of data.

y

Numeric vector of data.

groups

Character/factor/integer values representing group.

main

Title.

file

Print to stdout or to file.

xlab

X label.

ylab

Y label.

type

Plot type (p, l, b, h, s, S)

point

Point symbols.

line

Line symbols.

abline.x

Draw a vertical line.

abline.y

Draw a horizontal line.

abline.overlay

Allow abline to hide data points/line.

horizontal

Flip axes.

xlim

Min and max for x axis.

ylim

Min and max for y axis.

plot.width

Width of plot.

plot.height

Height of plot.

legend

Show legend.

ascii

Whether to draw plot using only ASCII characters.

output

How to draw plot.

Value

Returns NULL, invisibly.

Author(s)

Benjamin Tremblay, b2tremblay@uwaterloo.ca


bjmt/console.plot documentation built on June 1, 2020, 4:35 a.m.