plot.profr {profr}R Documentation

Visualise profiling data with base graphics

Description

Visualise profiling data stored in a profr data.frame.

Usage

plot.profr(x, ..., minlabel = 0.1, angle = 0)

Arguments

x profile output to plot
... other arguments passed on to plot.default
minlabel minimum percent of time for function to get a label
angle function label angle

Details

If you only want a small part of the total call tree, you will need to subset the object as demonstrated by the example.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

ggplot.profr

Examples

plot(nesting_prof)
plot(reshape_prof)

[Package profr version 0.1.1 Index]