build_ft: A simple frequency trail plot for the waterfall function

Description Usage Arguments

Description

You can find the definition of frequency trails in Brendan Gregg's Blog

Usage

1
2
build_ft(x, x.lims, fill, col = "black", bw = "SJ",
  show.underline = T, alpha = 0.8, label.expand = 0)

Arguments

x

The data to be displayed.

x.lims

The range of values which should be displayed.

fill

The color which will be used for the inside plot area.

col

The color which will be used for the plot border.

bw

The smoothing bandwidth to be used. The value is passed to density. The default value is bw.SJ.

show.underline

When TRUE, a horiznotal line will be drawn under the plot. The default value is TRUE.

alpha

The alpha level of individual plots. The default value is 0.8.

label.expand

The relative expand value for the right side. The default value is 0.0.


AndreyAkinshin/ggwaterfall documentation built on June 23, 2019, 12:01 a.m.