plot.prettyB {prettyB}R Documentation

PrettyB plot.default function

Description

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

Usage

## 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

plot_p(1:10, 1:10)

[Package prettyB version 0.2.2 Index]