l_createCompoundGrob {loon} | R Documentation |
For the target compound loon plot, creates the final grob from the class of the 'target' and the 'arrangeGrob.args'
Description
For the target compound loon plot, creates the final grob from the class of the 'target' and the 'arrangeGrob.args'
Usage
l_createCompoundGrob(target, arrangeGrob.args)
Arguments
target |
the (compound) loon plot |
arrangeGrob.args |
arguments as described by 'gridExtra::arrangeGrob()' |
Value
a grob (or list of grobs) that can be handed to 'gTree()' as 'children = gList(returnedValue)' as the final grob constructed for the compound loon plot. Default for an 'l_compound' is to simply execute 'gridExtra::arrangeGrob(arrangeGrob.args)'.
[Package loon version 1.4.1 Index]