Get width for a plot for a certain page layout
getWidthPlot(
margin = subjectProfileReportFormat()$margin,
landscape = subjectProfileReportFormat()$landscape,
aspectRatio = subjectProfileReportFormat()$aspectRatio
)
width for the plot in inches
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