R/xy2gw.R

xy2gw<-function
### Physical x/y to logical grow/width coord conversion.
##keyword<<internal
(
    xy ##<< a list of 'x' and 'y' components

) {
    gw<-xy
    names(gw)<-c('g','w')
    gw
    ### 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.