dl.trans {directlabels} | R Documentation |
Make a function that transforms the data. This is for conveniently making a function that calls transform on the data frame, with the arguments provided. See examples.
dl.trans(...)
... |
Arguments to pass to transform. |
A Positioning Function.
Toby Dylan Hocking
complicated <- list(dl.trans(x=x+10),
gapply.fun(d[-2,]),
rot=c(30,180))
if(require(lattice)){
direct.label(dotplot(VADeaths,type="o"),complicated,TRUE)
}