Created
April 1, 2019 14:58
-
-
Save andybega/4464905df27c34aa33790c863b2912d7 to your computer and use it in GitHub Desktop.
Line segment colors in base plot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plot(c(1, 2), c(1, 1), col = c("blue", "red"), pch= 19, cex=4) | |
lines(c(1, 2), c(1, 1), col = c("blue", "red"), lwd=3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment