search for: theme_custom

Displaying 1 result from an estimated 1 matches for "theme_custom".

2016 Apr 09
1
Run script R
...(0,2)) +? scale_colour_brewer("Distance between cars, m", palette="Dark2", guide = "none") +? scale_fill_brewer("Distance between cars, m", palette="Dark2") +? scale_linetype_manual("Distance between cars, m", values=c(1,2,3,4,5,6,7,8)) +? theme_custom () +? theme (legend.position = c(0.99,-0.05), legend.justification=c(1.0,0), legend.direction = "horizontal") if (!file.exists ("graphs/pdfs")) {? dir.create ("graphs/pdfs")} pdf (output, width=5, height=3.5)gx = dev.off ()----------------------------------------------...