coord2D {smallstuff} | R Documentation |
Plot a 2D Coordinate System
Description
Plot a coordinate system in 2D with the origin in the center.
Usage
coord2D(x = 5, y = 5)
Arguments
x |
Distance from the origin to the maximum x-value. |
y |
Distance from the origin to the maximum y-value. |
Value
No return value, called for side effects
Examples
coord2D()
[Package smallstuff version 1.0.3 Index]