R6 class extending tlf::ExportConfiguration with row-aware height.
Details
Inherits fields and behavior from tlf::ExportConfiguration.
Inherited fields
See tlf::ExportConfiguration for name, path,
format, width, height, units, and dpi.
Super class
tlf::ExportConfiguration -> ExportConfiguration
Active bindings
heightPerRowThe height of the plot dimensions for a row in a multi panel plot. The final height of the figure will be 'heightPerRow' times the number of rows. If
NULL(default), value used inheightis used. If notNULL, this value always overrides theheightproperty.
