makePanels: Make Plot Panels

View source: R/utils.R

makePanelsR Documentation

Make Plot Panels

Description

This function returns a list where the first entry is a data.table with one column representing a list of plot panels and the second entry is the name of the column specifying the plot panels.

Usage

makePanels(data, facet1 = NULL, facet2 = NULL)

Arguments

data

data.table to make plot panels for

facet1

name of a column in data to find interaction for

facet2

name of a column in data to find interaction for

Value

list of length 2: list(data, panel)


VEuPathDB/plot.data documentation built on Feb. 20, 2025, 6:33 p.m.