R/dendro2fig.R

dendro2fig<-function
### Dendrogram -> figure coords conversion.
##keyword<<internal
(
    gw ##<< a list of 'g' and 'w' components, g=gw[1]: dendro height ... 0,
    ## w=gw[2]: n ... 1 (charm to strange)
) {
    dbg.tx<-.gfc(dbg.tx,required=FALSE)
    if (!is.null(dbg.tx) && dbg.tx) print('dendro2fig called')

    names(gw)<-c('g','w')
    return(gw)
    ### converted values, a list of 'g' and 'w' components
}

Try the idendr0 package in your browser

Any scripts or data that you put into this service are public.

idendr0 documentation built on May 2, 2019, 5:13 a.m.