Usage
plot_dependencies(
x,
type = "circular",
same_level = FALSE,
reverse = FALSE,
label_percentage = 1,
show_version = FALSE,
show_downloads = FALSE,
show_stamp = TRUE,
declutter = FALSE,
...
)# S3 method for default
plot_dependencies(
x,
type = "circular",
same_level = FALSE,
reverse = FALSE,
label_percentage = 1,
show_version = FALSE,
show_downloads = FALSE,
show_stamp = TRUE,
declutter = FALSE,
...
)
# S3 method for character
plot_dependencies(
x,
type = "circular",
same_level = FALSE,
reverse = FALSE,
label_percentage = 1,
show_version = FALSE,
show_downloads = FALSE,
show_stamp = TRUE,
declutter = FALSE,
...
)
# S3 method for deepdep
plot_dependencies(
x,
type = "circular",
same_level = FALSE,
reverse = FALSE,
label_percentage = 1,
show_version = FALSE,
show_downloads = FALSE,
show_stamp = TRUE,
declutter = FALSE,
...
)