Show the graph of sub/superclasses

show_graph_classes(tib_g, n_min = 10, layout = "kk")

Arguments

layout

layout of the graph for instance "kk" or "sugiyama"

id

the id of class

Examples

tib_g=build_graph_classes("wd:Q627272") show_graph_classes(tib_g,layout="kk")
show_graph_classes(tib_g,layout="sugiyama")