coord_symm_xy: A coordinate system that is symmetric about y=x.

View source: R/utilities.R

coord_symm_xyR Documentation

A coordinate system that is symmetric about y=x.

Description

This is a Cartesian coordinate system that has the same limits in both x and y.

Usage

coord_symm_xy(xlim = NULL, ylim = NULL, expand = TRUE, clip = "on")

Arguments

xlim, ylim

Limits for the x and y axes.

expand

If TRUE, the default, adds a small expansion factor to the limits to ensure that data and axes don't overlap. If FALSE, limits are taken exactly from the data or xlim/ylim.

clip

Should drawing be clipped to the extent of the plot panel? A setting of "on" (the default) means yes, and a setting of "off" means no. In most cases, the default of "on" should not be changed, as setting clip = "off" can cause unexpected results. It allows drawing of data points anywhere on the plot, including in the plot margins. If limits are set via xlim and ylim and some data points fall outside those limits, then those data points may show up in places such as the axes, the legend, the plot title, or the plot margins.


certara/ggcertara documentation built on Feb. 28, 2024, 5:01 a.m.