geom_trajectory_divergence: Plotting the divergence regions of a trajectory

Description Usage Arguments

Description

Plotting the divergence regions of a trajectory

Usage

1
2
geom_trajectory_divergence(mapping = NULL, ...,
  data = get_divergence_info, show.legend = NA)

Arguments

mapping

Set of aesthetic mappings created by aes() or aes_(). If specified and inherit.aes = TRUE (the default), it is combined with the default mapping at the top level of the plot. You must supply mapping if there is no plot mapping.

...

Other arguments passed on to layer(). These are often aesthetics, used to set an aesthetic to a fixed value, like colour = "red" or size = 3. They may also be parameters to the paired geom/stat.

data

A function to get the information on divergences, typically get_divergence_info().

show.legend

logical. Should this layer be included in the legends? NA, the default, includes if any aesthetics are mapped. FALSE never includes, and TRUE always includes. It can also be a named logical vector to finely select the aesthetics to display.


dynverse/dynplot2 documentation built on July 2, 2019, 12:18 a.m.