Description Usage Arguments Value Examples
View source: R/facet_wrap_paginate.R
This is a simple helper that returns the number of pages it takes to plot all
panels when using facet_wrap_paginate()
and
facet_grid_paginate()
. It partially builds the plot so depending
on the complexity of your plot it might take some time to calculate...
1 |
plot |
A ggplot object using either facet_wrap_paginate or facet_grid_paginate |
If the plot uses using either facet_wrap_paginate or facet_grid_paginate it returns the total number of pages. Otherwise it returns NULL
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.