plot {Brobdingnag} | R Documentation |
Plotting methods. Essentially, any brob is coerced to a numeric and
any glub is coerced to a complex, and the argument or arguments are
passed to plot()
.
plot(x, y, ...)
x , y |
Brob or glub |
... |
Further arguments passed to |
Robin K. S. Hankin
plot(as.brob(1:10))