print,innsight_ggplot2-method | R Documentation |
innsight_ggplot2
The class innsight_ggplot2 provides the generic visualization functions
print
, plot
and show
, which all
behave the same in this case. They create the plot of the results
(see innsight_ggplot2 for details) and return it invisibly.
## S4 method for signature 'innsight_ggplot2'
print(x, ...)
## S4 method for signature 'innsight_ggplot2'
show(object)
## S4 method for signature 'innsight_ggplot2'
plot(x, y, ...)
x |
An instance of the S4 class innsight_ggplot2. |
... |
Further arguments passed to the base function |
object |
An instance of the S4 class innsight_ggplot2. |
y |
unused argument |
For multiple plots (x@multiplot = TRUE
), a gtable::gtable and
otherwise a ggplot2::ggplot object is returned invisibly.
innsight_ggplot2
,
+.innsight_ggplot2
,
[.innsight_ggplot2
,
[[.innsight_ggplot2
,
[<-.innsight_ggplot2
, [[<-.innsight_ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.