sync.ylab.widths | R Documentation |
Aligns the widths of ggplot objects to ensure common plot regions. The maximum length required for y-axis labels among the list is determined and applied to the other plots. This assists in syncing the widths of ggplot objects for the purpose of align figures on a page.
sync.ylab.widths(gg.list, default.length = 2)
gg.list |
a list of ggplot objects (sync.ylab.widths) |
default.length |
set to 2 |
A ggplot object is returned.
Greg Cicconetti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.