bbplot_add: bbplot_add

View source: R/add-layer.R

bbplot_addR Documentation

bbplot_add

Description

Add custom objects to bbplot

Usage

bbplot_add(object, plot)

Arguments

object

An object to add to the plot

plot

The bbplot object to add 'object' to

Details

This generic allows you to add your own methods for adding custom objects to a bbplot object.

Value

A modified bbplot object

Author(s)

Guangchuang Yu


plotbb documentation built on Jan. 15, 2026, 5:07 p.m.

Related to bbplot_add in plotbb...