Description Usage Arguments Value Author(s)
View source: R/ReportPlot-methods.R
creates a report plot containing a ggplot object
. Except for the ggp
parameter, the signature and
behavior is identical to createReportPlot
.
1 2 3 4 5 6 7 8 9 10 | createReportGgPlot(
ggp,
fname,
report = NULL,
width = 7,
height = 7,
create.pdf = TRUE,
low.png = as.integer(100),
high.png = as.integer(0)
)
|
ggp |
|
fname |
|
report |
Report (object of type |
width |
|
height |
|
create.pdf |
Flag indicating if a PDF image is to be created. The length of this vector must be |
low.png |
Resolution, in dots per inch, used for the figure image. Set this to |
high.png |
Resolution, in dots per inch, used for a dedicated image. Set this to |
Newly created ReportGgPlot
object.
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.