Learn R Programming

pbdPROF (version 0.1-0)

Plot: Plotting

Description

Plot methods for prof class objects.

Usage

## S3 method for class 'prof':
plot(x, ...)
  ## S3 method for class 'prof':
autoplot(object, ..., which=1L:4L, show.title=TRUE, 
                            label="FPMPI Profiler Output")

Arguments

x, object
prof class object
...
extra arguments
which
Vector consisting of a subset of the integers 1, 2, 3, 4. Determines which plots will be produced.
show.title
Logical; determines whether or not the plot title will be shown.
label
The label for the plot title.

See Also

prof-class, read.prof