R/gw2xy.R

gw2xy<-function
### Logical grow/width to physical x/y coord conversion.
##keyword<<internal
(
    gw ##<< a list of 'g' and 'w' components
) {
    xy<-gw
    names(xy)<-c('x','y')
    return(xy)
    ### a list of 'x' and 'y' components
}
tsieger/idendr0 documentation built on June 3, 2021, 3:17 p.m.