profplot: Plotting

Description Usage Arguments Value Examples

Description

Plot methods for prof class objects.

Usage

1
2
profplot(x, title, which = 1:4, plot.type = "timing", stacked = FALSE,
  bar.label = FALSE, color = TRUE)

Arguments

x

prof class object

title

The label for the plot title. Should be a character string of your choice, NULL for no label, or left blank for the default plot label. In the latter case, this is chosen based on the input data.

which

Vector consisting of a subset of the integers 1 through 4. Determines which plots will be produced.

plot.type

Different default plot sets to generate (mpiP data only). Options are "timings", "stats", and "messages".

stacked

Logical; should bars be stacked or separated?

bar.label

Logical; should numeric values of heights of bars be shown?

color

Logical; should different groups be colored?

Value

An object of class profplot. To render the plot, you can "print" it, or store it without printing via usual assignment.

Examples

1
2
3
4
5
6
7
8
## Not run: 
x <- pbdPROF::read.prof("mydata")
hpcvis::profplot(x)

myplot <- hpcvis::profplot(x)
myplot

## End(Not run)

RBigData/hpcvis documentation built on May 8, 2019, 4:54 a.m.