add_bibarplot {plotscaper}R Documentation

Add a mirrored barplot to a scene or schema

Description

This function adds a mirrored barplot to a plotscaper scene or schema.

Usage

add_bibarplot(x, variables = NULL, options = NULL)

Arguments

x

A plotscaper scene or schema object

variables

A vector of variable names: one discrete (required), one or two continuous (required)

options

A list of options

Value

The scene or schema back, with the plot added appropriately

See Also

add_plot()


[Package plotscaper version 0.2.6 Index]