| 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 |
xlim, ylim |
See |
main, sub, xlab, ylab |
See |
ann, axes |
See |
frame.plot, panel.first, panel.last |
See |
asp |
See |
... |
See |
Examples
plot_p(1:10, 1:10)
[Package prettyB version 0.2.2 Index]