dl.move | R Documentation |
Sometimes there is 1 label that is placed oddly by another Positioning Function. This function can be used to manually place that label in a good spot.
dl.move(group, x, y,
...)
group |
Group to change. |
x |
Horizontal position of the new label. |
y |
Vertical position of the new label. If missing( |
... |
Variables to change for the specified |
A Positioning Function that moves a label into a good spot.
Toby Dylan Hocking
if(require(ggplot2) && require(lattice)){
scatter <- xyplot(jitter(cty)~jitter(hwy),mpg,groups=class,aspect=1)
dlcompare(list(scatter),
list("extreme.grid",
`+dl.move`=list(extreme.grid,dl.move("suv",15,15))))
p <- qplot(log10(gamma),rate,data=svmtrain,group=data,colour=data,
geom="line",facets=replicate~nu)
adjust.kif <- dl.move("KIF11",-0.9,hjust=1,vjust=1)
dlcompare(list(p+xlim(-8,7)),
list("last.points",
`+dl.move`=list(last.points,adjust.kif)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.