Skip to contents

Parameters to customize titles of roboplots. Can be used with robotables and robomaps, but don't really do anything.

Usage

set_title(
  title = NULL,
  include = getOption("roboplot.title")$include,
  xref = getOption("roboplot.title")$xref,
  ...
)

Arguments

title

Character. Optional. Will try to determine a title based on attributes of d in a roboplots. Defaults to "PLACEHOLDER". Omit by providing "", but for roboplot, you need to provide a color if you don't have a title.

include

Logical. Determines whether the given title will be used in the displayed plot. Will always inlcude it for modebar-exported static images. You should still provide a title even if you don't want it displayed in the plot (see title).

xref

Character. Either "container" or "plot". Determines if the title is anchored to the left plot or the container edge.

...

Placeholder for other parameters.

Value

A list of class roboplotr.set_title

Examples