getMaxNLinesCombinePlot {patientProfilesVis} | R Documentation |
Get maximum number of lines of a 'combined plot' for a specific document
Description
Get maximum number of lines of a 'combined plot' for a specific document
Usage
getMaxNLinesCombinePlot(
heightLineIn = subjectProfileReportFormat()$heightLineIn,
margin = subjectProfileReportFormat()$margin,
landscape = subjectProfileReportFormat()$landscape,
aspectRatio = subjectProfileReportFormat()$aspectRatio
)
Arguments
heightLineIn |
Numeric of length 1 with height of a line in inches, 0.2 by default. |
margin |
Numeric of length 1, with margin in inches. |
landscape |
Logical, if TRUE the created report is in landscape format. FALSE by default, the report is created in portrait format. |
aspectRatio |
Numeric of length 1 (0.75 by default)
with ratio between size of image in inches
(derived from specified |
Value
numeric with maximum height for plot
Author(s)
Laure Cougnaud
[Package patientProfilesVis version 2.0.9 Index]