| ggplotGrob.dq_lazy_ggplot | R Documentation |
These S3/S7 methods make dq_lazy_ggplot/dq_lazy_ggplot_s7
objects work smoothly with
functions from ggplot2 and plotly. They simply materialize
the underlying ggplot object and then delegate to the respective
generic.
ggplotGrob.dq_lazy_ggplot(x, ...)
ggplotly.dq_lazy_ggplot_s7(p, ...)
plotly_build.dq_lazy_ggplot_s7(p, ...)
ggplotly.dq_lazy_ggplot(p, ...)
plotly_build.dq_lazy_ggplot(p, ...)
ggplotGrob.dq_lazy_ggplot_s7(x, ...)
x, p |
A |
... |
Further arguments passed on to the underlying generic. |
The return value is the same as for the corresponding generic:
ggplotGrob() returns a gtable object.
ggplotly() returns a plotly object.
plotly_build() returns a plotly_proxy or similar.
ggplotGrob,
plotly::ggplotly
plotly::plotly_build
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.