Tracked-class: Tracked class

Description Usage Arguments Value Author(s)

Description

Create a tracked object, designed for tracks function.

Usage

1
2
Tracked(mutable = TRUE, fixed = FALSE, labeled = TRUE,
        hasAxis = FALSE, bgColor = "white", height = unit(1, "null"))

Arguments

mutable

logical value, default TRUE. To control whether a track is updatable by applying + on it.

fixed

logical value, default FALSE. To control whether the scale response to a xlim change or not.

labeled

logical value, default TRUE. To control whether to label it all not.

hasAxis

logical value, default FALSE. To control whether to show axis for that track or not.

bgColor

character to control background color of a track.

height

unit, to control track height.

Value

a Tracked object.

Author(s)

Tengfei Yin


ggbio documentation built on Nov. 8, 2020, 5:04 p.m.