Get maximum number of lines of a 'combined plot' for a specific document
getMaxNLinesCombinePlot(
heightLineIn = subjectProfileReportFormat()$heightLineIn,
margin = subjectProfileReportFormat()$margin,
landscape = subjectProfileReportFormat()$landscape,
aspectRatio = subjectProfileReportFormat()$aspectRatio
)
numeric with maximum height for plot
Numeric of length 1 with height of a line in inches, 0.2 by default.
Numeric of length 1, with margin in inches.
Logical, if TRUE the created report is in landscape format. FALSE by default, the report is created in portrait format.
Numeric of length 1 (0.75 by default)
with ratio between size of image in inches
(derived from specified margin
, landscape
and heightLineIn
)
and real size for exported image.
Laure Cougnaud