print.ggplot: Custom ggplot object print to suppress warnings

Description Usage Arguments

View source: R/print.ggplot.R

Description

Simply wraps ggplot2:::print.ggplot() in suppressWarnings(). The main reason for this is to hide warnings produced by log10-transformation in mmplot.

Usage

1
2
## S3 method for class 'ggplot'
print(...)

Arguments

...

All arguments are directly passed to ggplot2:::print.ggplot()


KasperSkytte/mmgenome2 documentation built on Dec. 14, 2021, 12:11 a.m.