get_viewport_logo: Function for creating a multi-panel logo viewport

Description Usage Arguments Value Examples

View source: R/get_viewport_logo.R

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

1
(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

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

Logolas documentation built on April 28, 2020, 8:55 p.m.