Create a Cartesian Coordinate Plane.
Arguments
- xlim
The x-limits for the plane (vector of length 2).
- ylim
The y-limits for the plane (vector of length 2).
- mar
Plotting margins.
- length
The
length
argument is passed to thearrows
function and is used to control the size of the arrow.- tcl
Tick size.
- xylab
Whether x and y should be shown next to the labels.
- ticks
How frequently tick marks should be shown on the axes. If a vector of length 2, the first argument will correspond to the x-axis and the second to the y-axis.
- ticklabs
How frequently tick labels should be shown on the axes. If a vector of length 2, the first argument will correspond to the x-axis and the second to the y-axis.
- xpos
The position of the labels on the x-axis. See the
pos
argument in thetext
function for additional details.- ypos
The position of the labels on the y-axis. See the
pos
argument in thetext
function for additional details.- cex.coord
Inflation factor for font size of the coordinates, where any value larger than zero is acceptable and
1
corresponds to the default.- cex.xylab
Inflation factor for font size of the x and y labels, where any value larger than zero is acceptable and
1
corresponds to the default.- add
Indicate whether a new plot should be created (
FALSE
, the default) or if the Cartesian Coordinate Plane should be added to the existing plot.