plot.MyRprof: Plots the call stack

Description Usage Arguments Details Author(s)

View source: R/plot_MyRprof.R

Description

Plots the call stack using back graphics

Usage

1
2
3
  ## S3 method for class 'MyRprof'
 plot(x, minlab = 0.1, add = FALSE,
    xlim = NULL, col = "grey", quiet = FALSE, ...)

Arguments

x

An object of class 'MyRprof'

minlab

The minimum 'length' for a call to get a label

add

logical value indicating if you want to have the option to click on rectangles after the initial plot is made to add labels

xlim

The limits for plotting for time

col

The color of the rectangles

quiet

logical value indicating if you want instructions printed if add = T

...

other arguments passed onto rect

Details

Could be prettier but it doesn't have the bridge problem

Author(s)

Dason Kurkiewicz


Dasonk/myprofr documentation built on May 6, 2019, 1:38 p.m.