man/add_TREEINFO.Rd
1652e9e8
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/operator.R
 \name{\%+>\%}
 \alias{\%+>\%}
 \title{\%+>\%}
 \usage{
 p \%+>\% data
 }
 \arguments{
 \item{p}{tree view}
 
 \item{data}{data.frame}
 }
 \value{
 updated data.frame
 }
 \description{
 update data with tree info (y coordination and panel)
 }
 \author{
 Guangchuang Yu
 }