print.triangle.plot {TriMatch} | R Documentation |
Print method for plot.triangle.psa
. The primary purpose is to
suppress the "Removed n rows containing missing values" warning printed
by ggplot2
.
Description
Print method for plot.triangle.psa
. The primary purpose is to
suppress the "Removed n rows containing missing values" warning printed
by ggplot2
.
Usage
## S3 method for class 'triangle.plot'
print(x, ...)
Arguments
x |
a plot from |
... |
other parameters passed to ggplot2. |
[Package TriMatch version 0.9.9 Index]