R/tilegrobNest.R

Defines functions tilegrobNest

Documented in tilegrobNest

tilegrobNest <- function(tc,name) {
    currgTree <- gTree(name = name,
                       children = tc$currgList)
    tc$currgList <- NULL
    tc$grob <- addGrob(tc$grob,currgTree)  
    tc
}
chrisadolph/tileForShiny documentation built on Feb. 6, 2022, 12:34 a.m.