get_viewport_logo {Logolas}R Documentation

Function for creating a multi-panel logo viewport

Description

This is a void function to be run prior to a multi-panel Logolas plot for a fixed number of rows and columns of the panel.

Usage

get_viewport_logo(layout.rows, layout.cols, widths_1 = 6, heights_1 = 20)

Arguments

layout.rows

The number of rows in the panel

layout.cols

The number of columns in the panel

widths_1

The widths of each viewport in the panel

heights_1

The heights of each viewport in the panel

Value

Creates a panel of viewports for each row and each column, to be subsequently used for creating logo plots.

Examples


get_viewport_logo(layout.rows = 2, layout.cols = 2)

[Package Logolas version 1.6.0 Index]