plot.profr {profr} | R Documentation |
profr
data.frame.If you only want a small part of the total call tree, you will need to subset the object as demonstrated by the example.
## S3 method for class 'profr'
plot(x, ..., minlabel = 0.1, angle = 0)
x |
profile output to plot |
... |
other arguments passed on to |
minlabel |
minimum percent of time for function to get a label |
angle |
function label angle |
plot(nesting_prof)
plot(reshape_prof)