Description Usage Arguments Details Value Examples
View source: R/coord_constructors.R
The Cartesian coordinate system is the typical linear coordinate system wherein a point on the plane is parameterised by the x- and y-position and distances between point are Euclidean. The S4 variant allows the contextual evaluation of, for example, ranged data classes.
1 |
xlim |
Limits for the x and y axes. |
ylim |
Limits for the x and y axes. |
expand |
If |
default |
Is this the default coordinate system? If |
clip |
Should drawing be clipped to the extent of the plot panel? A
setting of |
This coordinate function is designed to work with S4 scales. In absence thereof, no contextual evaluation should occur.
As a temporary workaround, when the coordinates are set up, all S4 Vector
classes are disguised as the WoodenHorse
class.
A Coord
ggproto object.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.