plot: Pretty replacement to plot()

Description Usage Arguments

View source: R/plot.R

Description

Pretty replacement to plot()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
plot(
  x,
  y = NULL,
  xlab = NULL,
  ylab = NULL,
  alpha = 0.6,
  cmap = cmap.seaborn,
  col = 1,
  pch = 20,
  cex.axis = 0.8,
  cex = 1,
  family = "serif",
  xmark = NULL,
  xmark.label = NULL,
  ymark = NULL,
  ymark.label = NULL,
  axes = TRUE,
  ...
)

Arguments

x

coordinates for the plot.

y

y-axis coordinates for the plot (optional).

xlab

x-axis label.

ylab

y-axis label.

alpha

opacity of the plot's points or lines.

cmap

color map to use.

col

colors.

pch

Point style

cex.axis

Scale of the plot axes.

cex

Scale of the plot features.

family

Font family.

xmark

Optional mark on the x-axis.

xmark.label

Optional mark label on the x-axis.

ymark

Optional mark on the y-axis.

ymark.label

Optional mark label on the y-axis.

axes

whether or not to show axes.


OlivierBinette/pretty documentation built on Jan. 17, 2021, 12:13 a.m.