profr (version 0.3.1)

plot.profr: Visualise profiling data with base graphics. Visualise profiling data stored in a profr data.frame.

Description

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

Usage

# S3 method for profr
plot(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

See Also

ggplot.profr

Examples

Run this code
# NOT RUN {
plot(nesting_prof)
plot(reshape_prof)
# }

Run the code above in your browser using DataCamp Workspace