Draws a quick base-graphics plot of a dependency graph. Vertices that are
calculated fields (present in fields_df$name
) are drawn differently.
Arguments
- g
An
igraph
directed graph frombuild_dependency_graph()
.- fields_df
Optional data frame with a
name
column to mark calculated outputs.
Examples
if (FALSE) { # \dontrun{
g <- build_dependency_graph(fields)
plot_dependency_graph(g, fields)
} # }