plot.p_dependencies: Plots a p_dependencies Object

Description Usage Arguments References

Description

Plots a p_dependencies object.

Usage

1
2
3
4
5
## S3 method for class 'p_dependencies'
plot(x, legend = TRUE, legend.x = -1.5,
  legend.y = -1.05, legend.cex = 0.8,
  title = paste("Dependencies for the", attributes(x)[["package"]],
  "Package"), ...)

Arguments

x

The p_dependencies object.

legend

logical. If TRUE a legend is plotted corresponding to the dependency types.

legend.x

the x co-ordinate to be used to position the legend. Can be specified by keyword or in any way which is accepted by xy.coords.

legend.y

the y co-ordinate to be used to position the legend. Can be specified by keyword or in any way which is accepted by xy.coords.

legend.cex

Character expansion factor relative to current par("cex").

title

The title of the plot. Use NULL to not include a title.

...

Arguments passed to legend.

References

Adapted from mran's Dependencies Graphs http://mran.revolutionanalytics.com/


trinker/pacmanDependencies documentation built on May 31, 2019, 9:41 p.m.