R/ggsave.R

Defines functions grid.draw.ggmatrix

#' @export
# @examples
# ggsave("test.pdf", ggpairs(iris, 1:2))
grid.draw.ggmatrix <- function(x, ...) {
  print(x)
}

Try the GGally package in your browser

Any scripts or data that you put into this service are public.

GGally documentation built on Nov. 22, 2023, 9:06 a.m.