plot.ortho_projection: Plot method for an object of class ortho_projection
Description
Plots objects of class ortho_projection
Usage
# S3 method for ortho_projection
plot(x, col = "dodgerblue", ...)
Arguments
- x
an object of class ortho_projection
(as returned by ortho_projection
).
- col
the color of the plots (default is "dodgerblue")
- ...
arguments to be passed to methods.
Author
Leonardo Ramirez-Lopez and Antoine Stevens