\name{indRender} \alias{indRender} \title{indented textual rendering of nodes of a hierarchical graph } \description{ indented textual rendering of nodes of a hierarchical graph } \usage{ indRender(klike, from=nodes(klike)[1], indent=" ") } \arguments{ \item{klike}{ a graph, with tree structure similar to \code{\link{KOgraph}}} \item{from}{ a node name from which the rendering should proceed to all leaves} \item{indent}{ token to use for indentation -- will be replicated to depth of node to be rendered to its left} } \details{ based on keggorth read of KEGG orthology, periodic, as of bioc 2.1 not folded into the annotation build system, but will be ASAP } \value{ NULL } %\references{ } \author{Vince Carey } %\note{ } %\seealso{ } \examples{ data(KOgraph) indRender(KOgraph, "Human Diseases") } \keyword{ models }