plot.count_tags: Plots a count_tags object

Description Usage Arguments

Description

Plots a count_tags object.

Usage

1
2
3
4
## S3 method for class 'count_tags'
plot(x, labels = FALSE, low = "white", high = "red",
  grid = NA, label.color = "grey70", label.size = 3,
  weight = "proportion", ...)

Arguments

x

The count_tags object.

labels

logical. If TRUE the cell count values will be included on the heatmap.

low

The color to be used for lower values.

high

The color to be used for higher values.

grid

The color of the grid (Use NA to remove the grid).

label.color

The color to make labels if labels = TRUE.

label.size

The size to make labels if labels = TRUE.

weight

The weight to apply to the cell values for gradient fill. Currently the following are available: "proportion", "percent". See weight for additional information.

...

ignored


trinker/tagger documentation built on May 31, 2019, 10:42 p.m.