man/nodepie.Rd
d5c2a530
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/inset.R
 \name{nodepie}
 \alias{nodepie}
 \title{nodepie}
 \usage{
 nodepie(data, cols, color, alpha = 1)
 }
 \arguments{
 \item{data}{a data.frame of stats with an additional column of node number}
 
 \item{cols}{column of stats}
 
 \item{color}{color of bar}
 
 \item{alpha}{alpha}
 }
 \value{
 list of ggplot objects
 }
 \description{
 generate a list of pie charts for results of ancestral stat reconstruction
 }
 \author{
 Guangchuang Yu
 }