diff --git a/R/print_xpose_plot.R b/R/print_xpose_plot.R index eee36121..ed13dc2b 100755 --- a/R/print_xpose_plot.R +++ b/R/print_xpose_plot.R @@ -136,7 +136,8 @@ print.xpose_plot <- function(x, page, ...) { } } -# Import print ggplot method +#' Import print ggplot method +#' @keywords internal print.ggplot <- get('print.ggplot', envir = asNamespace('ggplot2')) diff --git a/man/print.ggplot.Rd b/man/print.ggplot.Rd new file mode 100644 index 00000000..30739ec2 --- /dev/null +++ b/man/print.ggplot.Rd @@ -0,0 +1,12 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/print_xpose_plot.R +\name{print.ggplot} +\alias{print.ggplot} +\title{Import print ggplot method} +\usage{ +\method{print}{ggplot}(x, newpage = is.null(vp), vp = NULL, ...) +} +\description{ +Import print ggplot method +} +\keyword{internal}