Skip to contents

[Experimental]

Initializes an annotation stack with a user-specified data.

Usage

quad_init(position, data = waiver(), ...)

Arguments

position

A string of "top", "left", "bottom", or "right" indicates which annotation stack should be initialized.

data

Default dataset to use for the annotation stack. If not specified, a dataset must be provided for each plot added to the layout. Possible values:

Data conversion depends on whether the annotation stack will align the observations:

...

Additional arguments passed to fortify_matrix() or fortify_data_frame().