Description Usage Arguments Examples
This function overrides the default arguments. See
?graphics::plot.default
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,
...
)
|
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 |
1 | plot_p(1:10, 1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.