getMaxNLinesCombinePlot: Get maximum number of lines of a 'combined plot' for a...

View source: R/miscellaneous.R

getMaxNLinesCombinePlotR 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 margin, landscape and heightLineIn) and real size for exported image.

Value

numeric with maximum height for plot

Author(s)

Laure Cougnaud


patientProfilesVis documentation built on Nov. 18, 2022, 5:12 p.m.