Combination Plots : Parameters used in complex plots

# layoutAdjust
Flag to force recalculating the ranges in the axes when multiple graphs are displayed in the canvas
Type: boolean
Default: false

layoutAdjust : true

layoutAdjust : false


# layoutCanvasCompartments

# layoutCollapse

# layoutConfig

# layoutGlobalGroups

layoutGlobalGroups : true

layoutGlobalGroups : false


# layoutRemoveEmpty

# layoutSpacing

layoutSpacing : 10

layoutSpacing : 30


# layoutTopology

# layoutType
Type of layout to place the position for the labels in the trellis plot. Identify the axis that will be used to place the first segregating factor. rows will use the first segregating factor in the rows and the second in the columns. cols will use the first segregating factor in the columns and the second in the rows. wrap will wrap the segregating factors putting the sample factors in the columns
Type: string
Default: wrap
Options: wrap, rows, cols

layoutType : "wrap"

layoutType : "rows"

layoutType : "cols"