plot.sprof: plot for profiles

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/plot.sprof.R

Description

plot a plot for the output of class scode.

Usage

1
2
## S3 method for class 'sprof'
plot(x, ...)

Arguments

x

A data structure as returned by readRprof.

...

further arguments passed to or from other methods.

Details

These displays may be outdated. Please run the examples. Plots are from this collection:

Value

subject to change

Note

See the vignette for in-context explanations.

Displays of the graph structure are given in the vignette.

The plot.sprof method for sprof objects concatenates three plot functions. Using the plot functions one by one allows better control and will be preferred. shownodes may be a sufficient summary.

Author(s)

Günther Sawitzki <gsawitzki@users.r-forge.r-project.org>

References

http://sintro.r-forge.r-project.org/

See Also

shownodes

summaryRprof

plot_nodes plot_stacks plot_profiles

Examples

1
2
3
4
5
data(sprof01lm)

oldpar <- par(mfrow=c(3,4))
plot.sprof(sprof01lm)
par(oldpar)

sprof documentation built on May 2, 2019, 4:45 p.m.