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.
coord_S4(xlim = NULL, ylim = NULL, expand = TRUE, default = FALSE, clip = "on")
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 |
A Coord
ggproto object.
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.
NULL#> NULL