Learn R Programming

prettyB (version 0.2.2)

plot.prettyB: PrettyB plot.default function

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
plot_p(1:10, 1:10)
# }

Run the code above in your browser using DataLab