plot.prettyB: PrettyB plot.default function

Description Usage Arguments Examples

View source: R/plot.R

Description

This function overrides the default arguments. See ?graphics::plot.default

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## S3 method for class 'prettyB'
plot(
  x,
  y = NULL,
  type = "p",
  xlim = NULL,
  ylim = NULL,
  log = "",
  main = NULL,
  sub = NULL,
  xlab = NULL,
  ylab = NULL,
  ann = par("ann"),
  axes = TRUE,
  frame.plot = axes,
  panel.first = NULL,
  panel.last = NULL,
  asp = NA,
  ...
)

plot_p(
  x,
  y = NULL,
  type = "p",
  xlim = NULL,
  ylim = NULL,
  log = "",
  main = NULL,
  sub = NULL,
  xlab = NULL,
  ylab = NULL,
  ann = par("ann"),
  axes = TRUE,
  frame.plot = axes,
  panel.first = NULL,
  panel.last = NULL,
  asp = NA,
  ...
)

Arguments

x, y, type, log

See ?graphics::plot.default

xlim, ylim

See ?graphics::plot.default

main, sub, xlab, ylab

See ?graphics::plot.default

ann, axes

See ?graphics::plot.default

frame.plot, panel.first, panel.last

See ?graphics::plot.default

asp

See ?graphics::plot.default

...

See ?graphics::plot.default

Examples

1
plot_p(1:10, 1:10)

prettyB documentation built on Feb. 10, 2021, 5:11 p.m.