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
}

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.