Module Graph__DGraphTreeModel.SubTreeMake

This functor creates a model centered on a vertex from a graph

Parameters

Signature

include S with type Tree.V.label = G.V.t
module TreeManipulation : sig ... end
type cluster = string
type graph_layout
val tree : unit -> TreeManipulation.t
val from_graph : ?⁠depth_forward:int -> ?⁠depth_backward:int -> fontMeasure:(fontName:string -> fontSize:int -> string -> int * int) -> G.t -> G.V.t -> tree_model