- Baron ( RSiteSearch) grid lineend. "gglot2" , , lineend, :
http://finzi.psych.upenn.edu/R/library/ggplot2/html/geom_path.html
xy <- data.frame(x = rep(c(1:3,3:9), times=3), y = rep(10:1, times=3),
type = rep(LETTERS[1:2], each=5), type2 = rep(LETTERS[3:5], each=10))
myplot <- ggplot(data = xy)+
geom_path(aes(x = x, y = y), size=4, lineend="butt",
linejoin="mitre")+facet_grid(type ~ type2)
myplot
( , linejoin , lineend , .)