gapply.fun | R Documentation |
Makes a function you can use to specify the location of each group independently.
gapply.fun(expr)
expr |
Expression that takes a subset of the d data frame, with data from only a single group, and returns the direct label position. |
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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.