We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17c346 commit dd04d8bCopy full SHA for dd04d8b
R/coord-fixed.r
@@ -19,6 +19,7 @@
19
#' p + coord_fixed(ratio = 1)
20
#' p + coord_fixed(ratio = 5)
21
#' p + coord_fixed(ratio = 1/5)
22
+#' p + coord_fixed(xlim = c(15, 30))
23
#'
24
#' # Resize the plot to see that the specified aspect ratio is maintained
25
coord_fixed <- function(ratio = 1, xlim = NULL, ylim = NULL, expand = TRUE) {
0 commit comments